Package redempt.ordinate.parser.argument
Class DefaultArgumentParser<T>
java.lang.Object
redempt.ordinate.parser.argument.DefaultArgumentParser<T>
- All Implemented Interfaces:
 ArgumentParser<T>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<V> voidparseArgument(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:
 parseArgumentin interfaceArgumentParser<T>
 
 -