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) Dumps instruction as short code to stream out.Gets the type associated with this instruction.getValue()Gets the value to push onto the stack.protected voidinitFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.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, that is, the most specific visitXXX() call comes last.- Specified by:
acceptin classInstruction- Parameters:
v- Visitor object.
-
dump
Dumps 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
Description copied from interface:TypedInstructionGets the type associated with this instruction.- Specified by:
getTypein interfaceTypedInstruction- Parameters:
cp- the constant pool generator.- Returns:
- Type.SHORT.
-
getValue
Description copied from interface:ConstantPushInstructionGets the value to push onto the stack.- Specified by:
getValuein interfaceConstantPushInstruction- Returns:
- the value to push onto the stack.
-
initFromFile
Reads needed data (for example index) from file.- Overrides:
initFromFilein classInstruction- Parameters:
bytes- byte sequence to read from.wide- "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.
-