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

すべてのスーパーインタフェース:
ClientStorageContainer, CtElement
既知のサブインタフェースの一覧:
CtAnnotationInstance<A>, CtModifier

@Abstract
public interface CtModifierOrAnnotation
extends CtElement

修飾子または注釈を表す。

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

メソッドの概要
 boolean isAnnotation()
          注釈である場合のみtrueを返す。
 boolean isModifier()
          修飾子である場合のみtrueを返す。
 
インタフェース 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
 

メソッドの詳細

isModifier

boolean isModifier()
修飾子である場合のみtrueを返す。

戻り値:
修飾子である場合のみtrue
関連項目:
CtModifier

isAnnotation

boolean isAnnotation()
注釈である場合のみtrueを返す。

戻り値:
注釈である場合のみtrue
関連項目:
CtAnnotationInstance


Copyright 2007 the Seasar Foundation and the Others.