|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HasStringObject: Interface for objects that has text string image. (IR, HIR, Sym, etc.) This interface declares methods toString and print.
| Method Summary | |
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. |
| Method Detail |
public java.lang.String toString()
public void print(int pIndent)
public void print(int pIndent,
boolean pDetail)
public boolean isSym()
public boolean isHIR()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||