public class Bindings
extends java.lang.Object
implements java.io.Serializable
Tree
.Constructor and Description |
---|
Bindings(java.lang.reflect.Method[] functions,
ValueExpression[] variables)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.reflect.Method |
getFunction(int index)
Get function by index.
|
ValueExpression |
getVariable(int index)
Get variable by index.
|
int |
hashCode() |
public Bindings(java.lang.reflect.Method[] functions, ValueExpression[] variables)
public java.lang.reflect.Method getFunction(int index)
index
- function indexpublic ValueExpression getVariable(int index)
index
- identifier indexpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object