org.exist.xquery
Class LocalVariable

java.lang.Object
  extended by org.exist.xquery.VariableImpl
      extended by org.exist.xquery.LocalVariable
All Implemented Interfaces:
Variable

public class LocalVariable
extends VariableImpl

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.VariableImpl
checkType, getCardinality, getContextDocs, getDependencies, getQName, getSequenceType, getStaticType, getType, getValue, isInitialized, setContextDocs, setIsInitialized, setSequenceType, setStackPosition, setStaticType, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

before

protected LocalVariable before

after

protected LocalVariable after
Constructor Detail

LocalVariable

public LocalVariable(QName qname)
Method Detail

addAfter

public void addAfter(LocalVariable var)