org.ashikunep.irenka.dom
インタフェース CtInfix<T>

型パラメータ:
T - 評価後の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtExpression<T>

public interface CtInfix<T>
extends CtExpression<T>

二項演算式。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 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
 

メソッドの詳細

getLeftOperand

CtExpression<?> getLeftOperand()
左演算数を返す。

戻り値:
左演算数

getOperator

InfixOperator getOperator()
演算子を返す。

戻り値:
演算子

setOperator

InfixOperator setOperator(InfixOperator operator)
演算子を設定する。

パラメータ:
operator - 設定する演算子
戻り値:
実際に設定した値

getRightOperand

CtExpression<?> getRightOperand()
右演算数を返す。

戻り値:
右演算数


Copyright 2007 the Seasar Foundation and the Others.