public final class Variable extends Object implements ExpressionItem
| Constructor and Description |
|---|
Variable(String varName)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionItemPriority |
getExpressionItemPriority()
Get the expression item priority
|
ExpressionItemType |
getExpressionItemType()
Get the expression item type
|
String |
getName()
Get the variable name
|
String |
toString() |
public Variable(String varName)
varName - the variable name, it must not be nullpublic String getName()
public ExpressionItemType getExpressionItemType()
getExpressionItemType in interface ExpressionItempublic ExpressionItemPriority getExpressionItemPriority()
getExpressionItemPriority in interface ExpressionItemCopyright © 2011–2019 Igor Maznitsa. All rights reserved.