public interface InfixExpression extends Expression
[JLS3:15.17] Multiplicative Operators [JLS3:15.18] Additive Operators [JLS3:15.19] Shift Operators [JLS3:15.20.1] Numerical Comparison Operators <, <=, >, and >= [JLS3:15.21] Equality Operators [JLS3:15.22] Bitwise and Logical Operators [JLS3:15.23] Conditional-And Operator && [JLS3:15.24] Conditional-Or Operator || InstanceofExpression| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftOperand()
Returns the left term.
|
InfixOperator |
getOperator()
Returns the infix operator.
|
Expression |
getRightOperand()
Returns the right term.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTraitExpression getLeftOperand()
InfixOperator getOperator()
Expression getRightOperand()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.