| Package | Description |
|---|---|
| com.bacoder.parser.java.api |
| Modifier and Type | Method and Description |
|---|---|
PostfixExpression.Operator |
PostfixExpression.getOperator() |
static PostfixExpression.Operator |
PostfixExpression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostfixExpression.Operator[] |
PostfixExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostfixExpression.setOperator(PostfixExpression.Operator operator) |
Copyright © 2013. All rights reserved.