protected class VariableConfiguration.NodeReference extends Object implements VariableReference
Modifier and Type | Field and Description |
---|---|
protected int |
index |
Constructor and Description |
---|
VariableConfiguration.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 VariableConfiguration.NodeReference(int index)
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