All Methods Instance Methods Abstract Methods Concrete Methods
| 修飾子とタイプ |
メソッドと説明 |
void |
accept(CommandContext ctx)
Accept the context of command.
|
void |
accept(CommandContext ctx,
LoopInfo loopInfo)
Accept context with loop information.
|
protected void |
assertFirstNameAsNormal(CommandContext ctx,
String firstName) |
protected void |
assertInLoopOnlyOptionInLoop(LoopInfo loopInfo) |
protected BoundValueTracer |
createBoundValueTracer(ParameterCommentType commentType) |
protected FilteringBindOption |
createLikeSearchOption(String likeDirection) |
protected void |
doAccept(CommandContext ctx,
LoopInfo loopInfo) |
protected void |
doAccept(CommandContext ctx,
Object firstValue,
Class<?> firstType,
LoopInfo loopInfo,
boolean inheritLoop) |
protected abstract void |
doProcess(CommandContext ctx,
BoundValue boundValue,
LoopInfo loopInfo) |
protected abstract ParameterCommentType |
getCommentType() |
String |
getExpression() |
protected FilteringBindOption |
getInLoopForcedLikeSearchOption(LoopInfo loopInfo) |
String |
getOptionDef() |
String |
getTestValue() |
protected boolean |
isAcceptableLikeSearch(LoopInfo loopInfo) |
protected boolean |
isBind() |
boolean |
isBlockNullParameter() |
protected boolean |
isInScope() |
protected void |
processLikeSearch(BoundValue boundValue,
LoopInfo loopInfo,
boolean inheritLoop) |
protected void |
setupBoundValue(BoundValue boundValue) |
protected void |
setupRearOption(CommandContext ctx,
BoundValue boundValue) |
protected void |
throwBindOrEmbeddedCommentIllegalParameterBeanSpecificationException() |
protected void |
throwBindOrEmbeddedCommentInScopeNotListException(BoundValue boundValue) |
protected void |
throwBindOrEmbeddedCommentParameterEmptyListException() |
protected void |
throwBindOrEmbeddedCommentParameterNullOnlyListException() |
protected void |
throwBindOrEmbeddedCommentParameterNullValueException(BoundValue boundValue) |
protected void |
throwInLoopOptionOutOfLoopException() |
protected void |
throwLoopCurrentVariableOutOfForCommentException() |