E
- the elementpublic abstract class InputParser<E>
extends java.lang.Object
AbstractFactory
.Constructor and Description |
---|
InputParser(WorldEdit worldEdit) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getSuggestions()
Gets a list of suggestions of input to this parser.
|
abstract E |
parseFromInput(java.lang.String input,
ParserContext context) |
protected final WorldEdit worldEdit
public InputParser(WorldEdit worldEdit)
public abstract E parseFromInput(java.lang.String input, ParserContext context) throws InputParseException
InputParseException
public java.util.List<java.lang.String> getSuggestions()