Package org.apache.bcel.generic
Class RET
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.RET
- All Implemented Interfaces:
Cloneable
,IndexedInstruction
,TypedInstruction
RET - Return from subroutine
Stack: ... -> ...
-
Field Summary
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Call corresponding visitor method(s).void
dump
(DataOutputStream out) Dump instruction as byte code to stream out.final int
getIndex()
protected void
initFromFile
(ByteSequence bytes, boolean wide) Read needed data (e.g.final void
setIndex
(int n) Sets index of local variable containg the return addresstoString
(boolean verbose) Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")"Methods inherited from class org.apache.bcel.generic.Instruction
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString
-
Constructor Details
-
RET
-
-
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:
accept
in classInstruction
- Parameters:
v
- Visitor object
-
dump
Dump instruction as byte code to stream out.- Overrides:
dump
in classInstruction
- Parameters:
out
- Output stream- Throws:
IOException
- Thrown when an I/O exception of some sort has occurred.
-
getIndex
- Specified by:
getIndex
in interfaceIndexedInstruction
- Returns:
- index of local variable containg the return address
-
getType
- Specified by:
getType
in interfaceTypedInstruction
- Returns:
- return address type
-
initFromFile
Read needed data (e.g. index) from file.- Overrides:
initFromFile
in 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
-
setIndex
Sets index of local variable containg the return address- Specified by:
setIndex
in interfaceIndexedInstruction
-
toString
Description copied from class:Instruction
Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")"- Overrides:
toString
in classInstruction
- Parameters:
verbose
- long/short format switch- Returns:
- mnemonic for instruction
-