Class TryCatchGuardStackEntry


  • public class TryCatchGuardStackEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TryCatchGuardStackEntry​(TryCatch tryCatch, org.objectweb.asm.tree.LabelNode startLabel, org.objectweb.asm.tree.LabelNode endLabel)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tryCatch

        public final TryCatch tryCatch
      • startLabel

        public final org.objectweb.asm.tree.LabelNode startLabel
      • endLabel

        public final org.objectweb.asm.tree.LabelNode endLabel
    • Constructor Detail

      • TryCatchGuardStackEntry

        public TryCatchGuardStackEntry​(TryCatch tryCatch,
                                       org.objectweb.asm.tree.LabelNode startLabel,
                                       org.objectweb.asm.tree.LabelNode endLabel)