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

型パラメータ:
T - 起動対象メソッドの戻り値型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtExpression<T>, CtExpressionStatement<T>, CtInvocation<T>, CtStatement

public interface CtMethodInvocation<T>
extends CtInvocation<T>

メソッド起動式、メソッド起動文。

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

メソッドの概要
 CtMethod<T> getTarget()
          呼び出し対象を返す。
 CtExpressionStatement<T> inline()
          このメソッドの起動をインライン化した式を返す。
 
インタフェース org.ashikunep.irenka.dom.CtInvocation から継承されたメソッド
getArguments, getQualifier
 
インタフェース 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
 

メソッドの詳細

getTarget

CtMethod<T> getTarget()
インタフェース CtInvocation の記述:
呼び出し対象を返す。

定義:
インタフェース CtInvocation<T> 内の getTarget
戻り値:
呼び出し対象

inline

CtExpressionStatement<T> inline()
このメソッドの起動をインライン化した式を返す。

戻り値:
このメソッドの起動をインライン化した式


Copyright 2007 the Seasar Foundation and the Others.