public interface PostfixExpression extends Expression
[JLS3:15.14] Postfix Expressions
Modifier and Type | Method and Description |
---|---|
Expression |
getOperand()
Returns the operand term.
|
PostfixOperator |
getOperator()
Returns the postfix operator.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getOperand()
PostfixOperator getOperator()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.