Class ParseResult.UnknownLiteral<T>
java.lang.Object
de.kentoj.kencommandapi.api.parser.ParseResult<T>
de.kentoj.kencommandapi.api.parser.ParseResult.UnknownLiteral<T>
- All Implemented Interfaces:
ParseResult.BadLiteral
- Enclosing class:
ParseResult<T>
public static final class ParseResult.UnknownLiteral<T>
extends ParseResult<T>
implements ParseResult.BadLiteral
-
Nested Class Summary
Nested classes/interfaces inherited from class de.kentoj.kencommandapi.api.parser.ParseResult
ParseResult.ArgumentExpected<T>, ParseResult.BadLiteral, ParseResult.IllegalArgument<T>, ParseResult.LiteralExpected<T>, ParseResult.NoPermission<T>, ParseResult.Success<T>, ParseResult.UnknownLiteral<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.kencommandapi.api.parser.ParseResult.BadLiteral
getInput
-
Constructor Details
-
UnknownLiteral
public UnknownLiteral()
-
-
Method Details
-
getMessage
- Specified by:
getMessagein classParseResult<T>
-
getLiteral
- Specified by:
getLiteralin classParseResult<T>- Returns:
- last successfully literal
-