|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
HasStringObject: Interface for objects that has text string image. (IR, HIR, Sym, etc.) This interface declares methods toString and print.
メソッドの概要 | |
boolean |
isHIR()
Test if this is an HIR object. |
boolean |
isSym()
Test if this is a Sym object. |
void |
print(int pIndent)
Print the object. |
void |
print(int pIndent,
boolean pDetail)
Print the object. |
java.lang.String |
toString()
Get the string image of object. |
メソッドの詳細 |
public java.lang.String toString()
java.lang.Object
内の toString
public void print(int pIndent)
public void print(int pIndent, boolean pDetail)
public boolean isSym()
public boolean isHIR()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |