Package redempt.ordinate.parser.argument
Class DefaultArgumentParser<T>
java.lang.Object
redempt.ordinate.parser.argument.DefaultArgumentParser<T>
- All Implemented Interfaces:
ArgumentParser<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<V> void
parseArgument
(redempt.redlex.data.Token argument, ParserOptions<T> options, ComponentFactory<T> componentFactory, CommandPipeline<T> pipeline)
-
Constructor Details
-
DefaultArgumentParser
public DefaultArgumentParser()
-
-
Method Details
-
parseArgument
public <V> void parseArgument(redempt.redlex.data.Token argument, ParserOptions<T> options, ComponentFactory<T> componentFactory, CommandPipeline<T> pipeline) - Specified by:
parseArgument
in interfaceArgumentParser<T>
-