protected class VariableConfigurationNode.NodeReference extends java.lang.Object implements VariableReference
Modifier and Type | Field and Description |
---|---|
protected int |
index |
Constructor and Description |
---|
NodeReference(int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
isNull()
Check if this reference is null
|
Variable |
resolve()
Resolve the reference
|
void |
setReference(Variable v)
Set the reference
|
public void setReference(Variable v) throws ScriptException
VariableReference
setReference
in interface VariableReference
ScriptException
public Variable resolve() throws ScriptException
VariableReference
resolve
in interface VariableReference
ScriptException
public boolean isNull()
isNull
in interface VariableReference