| Constructor and description |
|---|
| new(String)
Parse the given string and create a signature. |
| new(boolean,int)
Constructor. |
| Modifier and type | Action and description |
|---|---|
| ActionParameterTypes | clone |
| int | compareTo(ActionParameterTypes) |
| boolean | equals(Object) |
| int | hashCode |
| boolean | isVarArg
Replies if this signature has a variatic parameter. |
| boolean | isVoid
Replies if this signature is for Void. |
| ActionPrototype | toActionPrototype(String)
Replies the action prototype associate to this list of parameters. |
| ActionPrototype | toRawActionPrototype(String)
Replies the action prototype associate to this list of parameters with the type parameters. |
| java.lang.String | toString |
| java.lang.String | toString(boolean)
Replies the string representation of this list of parameters. |
new(String)
new(boolean,int)
def clone : ActionParameterTypes
def compareTo(ActionParameterTypes) : int
def equals(Object) : boolean
def hashCode : int
def isVarArg : boolean
def isVoid : boolean
def toActionPrototype(String) : ActionPrototype
def toRawActionPrototype(String) : ActionPrototype
def toString : java.lang.String
def toString(boolean) : java.lang.String