-
- All Implemented Interfaces:
public final class RequiredArgumentNode<S extends Object, T extends Object, V extends Object> extends ArgumentNode<S, T, V>
-
-
Constructor Summary
Constructors Constructor Description RequiredArgumentNode(RequiredArgument<S, T, V> argument, ContextRef<S> contextRef)
-
Method Summary
-
Methods inherited from class land.vani.mcorouhlin.command.dsl.RequiredArgumentNode
buildNode -
Methods inherited from class land.vani.mcorouhlin.command.dsl.ArgumentNode
apply, argument, buildTree, executes, literal, required, runs, subCommands -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RequiredArgumentNode
RequiredArgumentNode(RequiredArgument<S, T, V> argument, ContextRef<S> contextRef)
-
-
-
-