public abstract class Param extends SyntaxNode
Modifier | Constructor and Description |
---|---|
protected |
Param(long I64_NativeRef)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
copyValue(Param CLI_Param)
Copy value method.
|
protected Param |
getCloned()
Source clone parameter accessor.
|
boolean |
matches(Element CLI_Element)
Determines whether an element matches this parameter.
|
addElement
getCli, getErrorStream, getHelp, getKeyword, getOutputStream, getShell
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
protected Param(long I64_NativeRef)
I64_NativeRef
- Native instance reference.public final void copyValue(Param CLI_Param)
CLI_Param
- Source parameter to copy the value from.public boolean matches(Element CLI_Element)
CLI_Element
- Element to check the correspondance with this parameter.protected final Param getCloned()