|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.odysseus.el.tree.Bindings
public class Bindings
Bindings, usually created by a Tree
.
Constructor Summary | |
---|---|
Bindings(java.lang.reflect.Method[] functions,
ValueExpression[] variables)
Constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bindings(java.lang.reflect.Method[] functions, ValueExpression[] variables)
Method Detail |
---|
public java.lang.reflect.Method getFunction(int index)
index
- function index
public ValueExpression getVariable(int index)
index
- identifier index
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Copyright © 2006, 2007 Odysseus Software GmbH. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |