|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
T - 評価後の型public interface CtInfix<T>
二項演算式。
| メソッドの概要 | |
|---|---|
CtExpression<?> |
getLeftOperand()
左演算数を返す。 |
InfixOperator |
getOperator()
演算子を返す。 |
CtExpression<?> |
getRightOperand()
右演算数を返す。 |
InfixOperator |
setOperator(InfixOperator operator)
演算子を設定する。 |
| インタフェース org.ashikunep.irenka.dom.CtExpression から継承されたメソッド |
|---|
as, as, evalType |
| インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド |
|---|
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute |
| インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド |
|---|
getClientStorage, putClientStorage |
| メソッドの詳細 |
|---|
CtExpression<?> getLeftOperand()
InfixOperator getOperator()
InfixOperator setOperator(InfixOperator operator)
operator - 設定する演算子
CtExpression<?> getRightOperand()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||