|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FunctionSignature
The class FunctionSignature represents informationn about the name, argument types, and result type of a function.
| Method Summary | |
|---|---|
SequenceType[] |
getArgumentTypes()
Get the required types of the arguments to this function, as an array |
int |
getFunctionFingerprint()
Get the name of the function, as a namepool fingerprint |
int |
getNumberOfArguments()
Get the number of arguments (the arity) of the function |
SequenceType |
getResultType()
Get the type of value returned by this function |
| Method Detail |
|---|
int getFunctionFingerprint()
SequenceType getResultType()
SequenceType[] getArgumentTypes()
int getNumberOfArguments()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||