public static final class VariableBinding.Global extends Object implements Command
| Constructor and Description |
|---|
Global(String variableName,
ExpressionNode expressionNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CommandVisitor visitor)
Accept a visitor.
|
ExpressionNode |
getExpression() |
String |
getVariableName() |
public Global(String variableName, ExpressionNode expressionNode)
public String getVariableName()
public ExpressionNode getExpression()
public void accept(CommandVisitor visitor)
CommandCopyright © 2017 The Apache Software Foundation. All rights reserved.