|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.xquery.Variable
org.exist.xquery.LocalVariable
Represents a local variable as declared by for and let. Local variables are stored as a linked list.
| Field Summary | |
protected LocalVariable |
after
|
protected LocalVariable |
before
|
| Constructor Summary | |
LocalVariable(QName qname)
|
|
| Method Summary | |
void |
addAfter(LocalVariable var)
|
| Methods inherited from class org.exist.xquery.Variable |
checkType, getCardinality, getContextDocs, getDependencies, getQName, getSequenceType, getType, getValue, setContextDocs, setSequenceType, setStackPosition, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected LocalVariable before
protected LocalVariable after
| Constructor Detail |
public LocalVariable(QName qname)
| Method Detail |
public void addAfter(LocalVariable var)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||