Class SIPUSH
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.SIPUSH
- All Implemented Interfaces:
Cloneable, ConstantPushInstruction, PushInstruction, StackProducer, TypedInstruction
SIPUSH - Push short
Stack: ... -> ..., value
-
Field Summary
Fields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCall corresponding visitor method(s).voiddump(DataOutputStream out) Dump instruction as short code to stream out.getValue()protected voidinitFromFile(ByteSequence bytes, boolean wide) Read needed data (e.g.toString(boolean verbose) Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")"Methods inherited from class Instruction
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toStringMethods inherited from interface StackProducer
produceStack
-
Constructor Details
-
SIPUSH
-
-
Method Details
-
accept
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.- Specified by:
acceptin classInstruction- Parameters:
v- Visitor object
-
dump
Dump instruction as short code to stream out.- Overrides:
dumpin classInstruction- Parameters:
out- Output stream- Throws:
IOException- Thrown when an I/O exception of some sort has occurred.
-
getType
- Specified by:
getTypein interfaceTypedInstruction- Returns:
- Type.SHORT
-
getValue
- Specified by:
getValuein interfaceConstantPushInstruction
-
initFromFile
Read needed data (e.g. index) from file.- Overrides:
initFromFilein classInstruction- Parameters:
bytes- byte sequence to read fromwide- "wide" instruction flag- Throws:
IOException- may be thrown if the implementation needs to read data from the file
-
toString
Description copied from class:InstructionLong output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")"- Overrides:
toStringin classInstruction- Parameters:
verbose- long/short format switch- Returns:
- mnemonic for instruction
-