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

型パラメータ:
T - 参照を評価した際の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtReference
既知のサブインタフェースの一覧:
CtEnumConstant<R>, CtField<R>, CtInitializableVariable<R>, CtLocalVariable<T>, CtParameter<T>, CtVariable<R>

@Abstract
public interface CtTypedReference<T>
extends CtReference

型を持つ参照。

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

メソッドの概要
 CtType<T> getType()
          この参照を評価した際の型を返す。
 
インタフェース org.ashikunep.irenka.dom.CtReference から継承されたメソッド
getAnnotation, getAnnotations, getJavadoc, getMaster, getModifiers, getModifiersAndAnnotations, getVisibility, isMaster, isVisibleFrom, newReference
 
インタフェース 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
 

メソッドの詳細

getType

@Unmodifiable
CtType<T> getType()
この参照を評価した際の型を返す。

戻り値:
この参照を評価した際の型


Copyright 2007 the Seasar Foundation and the Others.