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, fixupReference, getColumnNumber, getCompiledVariable, getLineNumber, getPublicId, getRequiredType, getSystemId, getVariableQName, iterateReferences, registerReference, setIsParameter, setLineNumber, setRequiredType, setSystemId, setValueExpression, setVariableQName, typeCheck
public void transferReferences(VariableDeclaration var)
public GlobalVariable compile(Executable exec, int slot) throws XPathException
GlobalVariableDefinition
compile
in class GlobalVariableDefinition
exec
- the executableslot
- the slot number allocated to this variableXPathException
- if compile-time errors are found.