Package de.mirkosertic.bytecoder.core.ir
Class TryCatchGuardStackEntry
java.lang.Object
de.mirkosertic.bytecoder.core.ir.TryCatchGuardStackEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.objectweb.asm.tree.LabelNode
final org.objectweb.asm.tree.LabelNode
final TryCatch
-
Constructor Summary
ConstructorsConstructorDescriptionTryCatchGuardStackEntry
(TryCatch tryCatch, org.objectweb.asm.tree.LabelNode startLabel, org.objectweb.asm.tree.LabelNode endLabel) -
Method Summary
-
Field Details
-
tryCatch
-
startLabel
public final org.objectweb.asm.tree.LabelNode startLabel -
endLabel
public final org.objectweb.asm.tree.LabelNode endLabel
-
-
Constructor Details
-
TryCatchGuardStackEntry
public TryCatchGuardStackEntry(TryCatch tryCatch, org.objectweb.asm.tree.LabelNode startLabel, org.objectweb.asm.tree.LabelNode endLabel)
-