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

型パラメータ:
T - 評価結果の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtExpression<T>, CtExpressionStatement<T>, CtStatement
既知のサブインタフェースの一覧:
CtConstructorInvocation<T>, CtMethodInvocation<T>, CtNewInstance<T>

@Abstract
public interface CtInvocation<T>
extends CtExpressionStatement<T>

何らかの起動式、起動文。

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

メソッドの概要
 List<CtExpression<?>> getArguments()
          引数リストを返す。
 CtExpression<?> getQualifier()
          呼び出し先を修飾する式を返す。
 CtInvocable<T> getTarget()
          呼び出し対象を返す。
 
インタフェース 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
 
インタフェース org.ashikunep.irenka.dom.CtStatement から継承されたメソッド
getLabels, substituteAsBlock
 
インタフェース 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
 

メソッドの詳細

getQualifier

@Ignorable
CtExpression<?> getQualifier()
呼び出し先を修飾する式を返す。

戻り値:
呼び出し先を修飾する式
例外:
NullPointerException - 引数にnullが含まれていた場合

getTarget

CtInvocable<T> getTarget()
呼び出し対象を返す。

戻り値:
呼び出し対象

getArguments

List<CtExpression<?>> getArguments()
引数リストを返す。

戻り値:
引数リスト


Copyright 2007 the Seasar Foundation and the Others.