All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.SIPUSH
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.SIPUSH
- public class SIPUSH
- extends Instruction
- implements ConstantPushInstruction
SIPUSH - Push short
Stack: ... -> ..., value
- Version:
- $Id: SIPUSH.java,v 1.6 1999/05/04 13:14:53 dahm Exp $
- Author:
- M. Dahm
-
SIPUSH(short)
-
-
dump(DataOutputStream)
- Dump instruction as short code to stream out.
-
getValue()
-
-
initFromFile(ByteSequence, boolean)
- Read needed data (e.g.
-
toString(boolean)
-
SIPUSH
public SIPUSH(short b)
dump
public void dump(DataOutputStream out) throws IOException
- Dump instruction as short code to stream out.
- Overrides:
- dump in class Instruction
toString
public String toString(boolean verbose)
- Returns:
- mnemonic for instruction
- Overrides:
- toString in class Instruction
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide) throws IOException
- Read needed data (e.g. index) from file.
- Overrides:
- initFromFile in class Instruction
getValue
public Number getValue()
All Packages Class Hierarchy This Package Previous Next Index