| Constructor and Description |
|---|
Sub() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Test for equality.
|
AttributeSet |
getRelevantAttributes()
Get the set of relevant attribute types.
|
java.lang.Class |
getReturnType()
Get the return type of this function.
|
java.lang.Object |
invoke(java.lang.Object[] paramvalues,
IOAVState state)
Invoke a function and return a value (optional).
|
java.lang.String |
toString()
Get the string representation.
|
public java.lang.Object invoke(java.lang.Object[] paramvalues,
IOAVState state)
public java.lang.Class getReturnType()
getReturnType in interface IFunctionpublic AttributeSet getRelevantAttributes()
getRelevantAttributes in interface IFunctionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object