public class UndeclaredVariable extends GlobalVariableDefinition
references| Constructor and Description |
|---|
UndeclaredVariable() |
| Modifier and Type | Method and Description |
|---|---|
GlobalVariable |
compile(Executable exec,
int slot)
Create a compiled representation of this global variable
|
void |
transferReferences(VariableDeclaration var) |
explain, getColumnNumber, getCompiledVariable, getLineNumber, getPublicId, getRequiredType, getSystemId, getValueExpression, getVariableQName, isParameter, iterateReferences, registerReference, setIsParameter, setLineNumber, setRequiredType, setSystemId, setValueExpression, setVariableQName, typeCheckpublic void transferReferences(VariableDeclaration var)
public GlobalVariable compile(Executable exec, int slot) throws XPathException
GlobalVariableDefinitioncompile in class GlobalVariableDefinitionexec - the executableslot - the slot number allocated to this variableXPathException - if compile-time errors are found.