public class RetInstruction extends LocalVariableInstruction
ret instruction is used in the implementation of finally.| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(BCVisitor visit)
Accept a visit from a
BCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one. |
boolean |
equalsInstruction(Instruction other)
Two local variable instructions are equal if the local index they
reference is equal or if either index is 0/unset.
|
getLocal, getLocalVariable, getParam, getTypeName, setLocal, setLocalVariable, setParam, setTypegetType, getTypeBC, setType, setTypegetByteIndex, getClassLoader, getCode, getLineNumber, getLogicalStackChange, getName, getOpcode, getPool, getProject, getStackChange, isValidpublic boolean equalsInstruction(Instruction other)
LocalVariableInstructionequalsInstruction in class LocalVariableInstructionpublic void acceptVisit(BCVisitor visit)
VisitAcceptorBCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one.acceptVisit in interface VisitAcceptoracceptVisit in class InstructionCopyright © 2002-2013. All Rights Reserved.