|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface CtEvent
コンパイル時、およびHack適用時に発生するイベント。 TODO CtElementではなく、親にCtObject等を作りたい。
| フィールドの概要 | |
|---|---|
static String |
KEY_KIND
getKind()を参照するキー。 |
| メソッドの概要 | |
|---|---|
CtElement |
getEventProperty(String name)
このイベントが持つ情報を返す。 |
CtDeclaredType<? extends CtEvent> |
getEventType()
このイベントの型を返す。 |
String |
getKind()
このイベントの識別子を返す。 |
| インタフェース 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 |
| フィールドの詳細 |
|---|
static final String KEY_KIND
getKind()を参照するキー。
| メソッドの詳細 |
|---|
String getKind()
CtDeclaredType<? extends CtEvent> getEventType()
CtElement getEventProperty(String name)
name - 情報の名前
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||