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 ExpressionItem
public ExpressionItemPriority getExpressionItemPriority()
getExpressionItemPriority
in interface ExpressionItem
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.