public interface CompoundAssignmentTree extends ExpressionTree
getKind を使用して、演算子の種類を判定します。
たとえば、
variable operator expression
| 修飾子と型 | メソッドと説明 |
|---|---|
ExpressionTree |
getExpression() |
ExpressionTree |
getVariable() |
ExpressionTree getVariable()
ExpressionTree getExpression()
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.