public abstract class AbstractLoop extends Instruction
opcode| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLoop(InsnOpcode opcode) |
| Modifier and Type | Method and Description |
|---|---|
abstract BlockContainer |
getBody() |
net.covers1624.quack.collection.FastStream<Continue> |
getContinues() |
accept, accept, addRef, ancestorsOfType, computeFlags, copy, descendantsMatching, descendantsOfType, descendantsToList, descendantsToListWhere, descendantsWhere, firstAncestorOfType, getBytecodeOffset, getChildren, getDescendants, getDirectFlags, getFirstChild, getFirstChildOrNull, getFlags, getLastChild, getLastChildOrNull, getNextSibling, getNextSiblingOrNull, getParent, getParentOrNull, getPrevSibling, getPrevSiblingOrNull, getResultType, getSourceLine, getTag, hasDirectFlag, hasFlag, insertAfter, insertBefore, invalidateFlags, isConnected, isDescendantOf, onChildModified, onConnected, onDisconnected, releaseRef, remove, replaceWith, setBytecodeOffset, setOffsets, setSourceLine, setTag, toString, toString, withOffsetsprotected AbstractLoop(InsnOpcode opcode)
public net.covers1624.quack.collection.FastStream<Continue> getContinues()
public abstract BlockContainer getBody()