public class GetValueForTagExpression extends Expression
ExpressionTypes.GET_VALUE_FOR_TAG.| Constructor and Description |
|---|
GetValueForTagExpression(int tag)
Creates a get value for tag expression.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTag()
Returns the tag of this expression.
|
int |
getType()
Returns the type of this expression.
|
public GetValueForTagExpression(int tag)
tag - the tag of the expression.public int getTag()
public int getType()
ExpressiongetType in class ExpressionExpressionTypes).