public class Variable extends Object implements Expression
Expression and is
itself an Expression.| Constructor and Description |
|---|
Variable() |
Variable(String name)
Creates a variable with the specified name
|
Variable(String name,
Expression boundExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Expression |
getBoundExpression() |
String |
getName() |
int |
hashCode() |
void |
setBoundExpression(Expression boundExpression) |
public Variable()
public Variable(String name)
name - public Variable(String name, Expression boundExpression)
public String getName()
public Expression getBoundExpression()
public void setBoundExpression(Expression boundExpression)
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.