|
||||||||
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.
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, isInitialized, setContextDocs, setIsInitialized, setSequenceType, setStackPosition, setValue, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |