org.ashikunep.irenka.dom
インタフェース CtNamedReference

すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtReference
既知のサブインタフェースの一覧:
CtAnnotation<R>, CtAnnotationElement<R>, CtClass<R>, CtConstructor<T>, CtDeclaredType<R>, CtEnum<R>, CtEnumConstant<R>, CtField<R>, CtInitializableVariable<R>, CtInterface<R>, CtInvocable<R>, CtLabel, CtLocalVariable<T>, CtMethod<R>, CtNamedType<T>, CtNamespace, CtPackage, CtParameter<T>, CtTypeParameter<R>, CtVariable<R>

@Abstract
public interface CtNamedReference
extends CtReference

名前付きの参照。

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

メソッドの概要
 String getSimpleName()
          この参照の名前を返す。
 String setSimpleName(String newName)
          この参照の名前を設定する。
 
インタフェース 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
 

メソッドの詳細

getSimpleName

String getSimpleName()
この参照の名前を返す。

戻り値:
この参照の名前

setSimpleName

String setSimpleName(String newName)
この参照の名前を設定する。

パラメータ:
newName - 設定する名前
戻り値:
実際に設定された名前


Copyright 2007 the Seasar Foundation and the Others.