Class GraphParserState
java.lang.Object
de.mirkosertic.bytecoder.core.parser.GraphParserState
-
Constructor Summary
ConstructorsConstructorDescriptionGraphParserState(Frame frame, ControlTokenConsumer lastControlTokenConsumer, int lineNumber, TryCatchGuardStackEntry[] tryCatchGuardStack) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEndOfTryCatchGuardBlock(org.objectweb.asm.tree.LabelNode node) withLineNumber(int line) withNewTryCatchOnStack(TryCatchGuardStackEntry newTryCatchGuardStackEntry)
-
Constructor Details
-
GraphParserState
public GraphParserState(Frame frame, ControlTokenConsumer lastControlTokenConsumer, int lineNumber, TryCatchGuardStackEntry[] tryCatchGuardStack)
-
-
Method Details
-
controlFlowsTo
-
withLineNumber
-
withFrame
-
withNewTryCatchOnStack
-
isEndOfTryCatchGuardBlock
public boolean isEndOfTryCatchGuardBlock(org.objectweb.asm.tree.LabelNode node) -
popLatestTryBatchGuardBlock
-