|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.fub.bytecode.generic.Instruction
|
+--de.fub.bytecode.generic.BIPUSH
BIPUSH - Push byte
Stack: ... -> ..., value
| Fields inherited from class de.fub.bytecode.generic.Instruction |
length,
tag |
| Constructor Summary | |
BIPUSH(byte b)
|
|
| Method Summary | |
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
java.lang.Number |
getValue()
|
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
java.lang.String |
toString(boolean verbose)
|
| Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack,
consumeStack,
copy,
getLength,
getTag,
produceStack,
produceStack,
toString,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public BIPUSH(byte b)
| Method Detail |
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
public java.lang.String toString(boolean verbose)
protected void initFromFile(ByteSequence bytes,
boolean wide)
throws java.io.IOException
public java.lang.Number getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||