Interface ParsedArgument<T,V>
- All Known Implementing Classes:
ParsedArgumentImpl
public interface ParsedArgument<T,V>
-
Method Summary
-
Method Details
-
getValue
V getValue() -
getArgument
CommandArgument<T,V> getArgument()
-
ParsedArgumentImpl