public class Continue extends SimpleInstruction
opcode| Constructor and Description |
|---|
Continue(AbstractLoop loop) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(InsnVisitor<R,C> visitor,
C ctx)
Pass this
Instruction through the supplied InsnVisitor. |
EnumBitSet<InstructionFlag> |
getDirectFlags()
Any direct flags for this
Instruction. |
AbstractLoop |
getLoop() |
AType |
getResultType()
Gets the stack type of the value produced by this
Instruction. |
static @Nullable Continue |
matchContinue(Instruction insn,
AbstractLoop loop) |
protected void |
onConnected() |
protected void |
onDisconnected() |
void |
setLoop(AbstractLoop loop) |
accept, addRef, ancestorsOfType, computeFlags, copy, 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, onChildModified, releaseRef, remove, replaceWith, setBytecodeOffset, setOffsets, setSourceLine, setTag, toString, toString, withOffsetspublic Continue(AbstractLoop loop)
public EnumBitSet<InstructionFlag> getDirectFlags()
InstructionInstruction.
The return value should be cached statically inside the Instruction impl.
getDirectFlags in class SimpleInstructionEnumBitSet representing the flags.Instruction.getFlags()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 AbstractLoop getLoop()
public void setLoop(AbstractLoop loop)
protected void onConnected()
onConnected in class Instructionprotected void onDisconnected()
onDisconnected in class Instruction@Nullable public static @Nullable Continue matchContinue(Instruction insn, AbstractLoop loop)