A - The actor typepublic static interface ErrorContext.ParsingParameter<A extends CommandActor> extends ErrorContext<A>
ErrorContext.ExecutingFunction<A extends CommandActor>, ErrorContext.ParsingLiteral<A extends CommandActor>, ErrorContext.ParsingParameter<A extends CommandActor>, ErrorContext.UnknownCommand<A extends CommandActor>, ErrorContext.UnknownParameter<A extends CommandActor>| Modifier and Type | Method and Description |
|---|---|
@NotNull ExecutionContext<A> |
context()
Returns the
ExecutionContext in this context. |
@NotNull ParameterNode<A,?> |
parameter() |
actor, executingFunction, hasExecutionContext, isExecutingFunction, isParsingLiteral, isParsingParameter, lamp, parsingLiteral, parsingParameter, unknownCommand, unknownParameter@NotNull @NotNull ParameterNode<A,?> parameter()
@NotNull @NotNull ExecutionContext<A> context()
ErrorContextExecutionContext in this context.
All error contexts have an ExecutionContext except ErrorContext.UnknownCommand,
which has no command to wrap (it's unknown)
context in interface ErrorContext<A extends CommandActor>ExecutionContext or null if there's none