public class FunctionKey
extends java.lang.Object
| Constructor and Description | 
|---|
FunctionKey(java.lang.String name,
           int paramsSize)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.lang.String | 
getName()
Return the function name. 
 | 
int | 
getParamsSize()
Return the number of parameters. 
 | 
int | 
hashCode()  | 
public FunctionKey(java.lang.String name,
                   int paramsSize)
name - the function nameparamsSize - the number of parameters.public int getParamsSize()
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence