|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.xquery.VariableImpl
org.exist.xquery.LocalVariable
public class 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.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 |
|---|
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 | |||||||||