public class Load extends SimpleInstruction
opcode| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(InsnVisitor<R,C> visitor,
C ctx)
Pass this
Instruction through the supplied InsnVisitor. |
Load |
copy()
Deep copy this instruction.
|
Reference |
getReference() |
AType |
getResultType()
Gets the stack type of the value produced by this
Instruction. |
LocalVariable |
getVariable() |
protected void |
onChildModified() |
protected void |
onConnected() |
getDirectFlagsaccept, addRef, ancestorsOfType, computeFlags, descendantsMatching, descendantsOfType, descendantsToList, descendantsToListWhere, descendantsWhere, firstAncestorOfType, getBytecodeOffset, getChildren, getDescendants, getFirstChild, getFirstChildOrNull, getFlags, getLastChild, getLastChildOrNull, getNextSibling, getNextSiblingOrNull, getParent, getParentOrNull, getPrevSibling, getPrevSiblingOrNull, getSourceLine, getTag, hasDirectFlag, hasFlag, insertAfter, insertBefore, invalidateFlags, isConnected, isDescendantOf, onDisconnected, releaseRef, remove, replaceWith, setBytecodeOffset, setOffsets, setSourceLine, setTag, toString, toString, withOffsetspublic Load(Reference reference)
public AType getResultType()
InstructionInstruction.getResultType in class InstructionAType.public <R,C> R accept(InsnVisitor<R,C> visitor, C ctx)
InstructionInstruction through the supplied InsnVisitor.accept in class Instructionvisitor - The InsnVisitor.ctx - The context.InsnVisitor.public Load copy()
InstructionThis many not be supported by all instructions.
Implementors should use copy-constructor syntax.
copy in interface net.covers1624.quack.util.Copyable<Instruction>copy in class Instructionpublic Reference getReference()
protected void onChildModified()
onChildModified in class Instructionprotected void onConnected()
onConnected in class Instructionpublic LocalVariable getVariable()