Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DE.fub.inf.JVM.JavaClass.Constant
Field Summary | |
byte | tag
|
Method Summary | |
void | accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. |
Constant | copy()
|
void | dump(java.io.DataOutputStream file)
|
byte | getTag()
|
java.lang.String | toString()
|
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
protected byte tag
Method Detail |
public abstract void accept(Visitor v)
v
- Visitor objectpublic abstract void dump(java.io.DataOutputStream file) throws java.io.IOException
public final byte getTag()
public java.lang.String toString()
public Constant copy()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |