public static final class Shortcut.Argument
extends java.lang.Object
Constructor and Description |
---|
Argument(java.lang.String uniqueName,
Primitive type,
java.lang.String name,
PrimitiveAND source) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the argument name as it is defined in the signature of the operation it will be
actually passed to.
|
PrimitiveAND |
getSource()
Returns the operation on the shortcut path the argument is actually passed to.
|
Primitive |
getType()
Returns the primitive describing the argument type.
|
java.lang.String |
getUniqueName()
Returns a name the uniquely identifies the given argument in the set of shortcut arguments.
|
java.lang.String |
toString() |
public Argument(java.lang.String uniqueName, Primitive type, java.lang.String name, PrimitiveAND source)
public java.lang.String getUniqueName()
public Primitive getType()
public java.lang.String getName()
public PrimitiveAND getSource()
public java.lang.String toString()
toString
in class java.lang.Object