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.ClassGen.Instruction | +--DE.fub.inf.JVM.ClassGen.NEWARRAY
Fields inherited from class DE.fub.inf.JVM.ClassGen.Instruction | |
length, position, tag |
Constructor Summary | |
NEWARRAY(byte type)
|
Method Summary | |
void | dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
void | initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g. index) from file. |
java.lang.String | toString(boolean verbose)
|
Methods inherited from class DE.fub.inf.JVM.ClassGen.Instruction | |
consumeStack, dump, getInstructionList, getLength, getPosition, getTag, initFromFile, produceStack, readInstruction, setPosition, toString, toString, toString, updatePosition |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public NEWARRAY(byte type)
Method Detail |
public void dump(java.io.DataOutputStream out) throws java.io.IOException
out
- Output streampublic java.lang.String toString(boolean verbose)
protected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |