Class TryCatchInvokeContinuationPoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.objectweb.asm.tree.LabelNode continueExecutionLabel  
      private org.objectweb.asm.tree.LabelNode exceptionExecutionLabel  
      private org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame  
      private org.objectweb.asm.tree.MethodInsnNode invokeInstruction  
      private java.lang.Integer lineNumber  
      private org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock  
    • Constructor Summary

      Constructors 
      Constructor Description
      TryCatchInvokeContinuationPoint​(java.lang.Integer lineNumber, org.objectweb.asm.tree.MethodInsnNode invokeInstruction, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)  
    • Field Detail

      • lineNumber

        private final java.lang.Integer lineNumber
      • invokeInstruction

        private final org.objectweb.asm.tree.MethodInsnNode invokeInstruction
      • continueExecutionLabel

        private final org.objectweb.asm.tree.LabelNode continueExecutionLabel
      • exceptionExecutionLabel

        private final org.objectweb.asm.tree.LabelNode exceptionExecutionLabel
      • tryCatchBlock

        private final org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
      • frame

        private final org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame
    • Constructor Detail

      • TryCatchInvokeContinuationPoint

        TryCatchInvokeContinuationPoint​(java.lang.Integer lineNumber,
                                        org.objectweb.asm.tree.MethodInsnNode invokeInstruction,
                                        org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)
    • Method Detail

      • getExceptionExecutionLabel

        public org.objectweb.asm.tree.LabelNode getExceptionExecutionLabel()
      • getTryCatchBlock

        public org.objectweb.asm.tree.TryCatchBlockNode getTryCatchBlock()
      • getFrame

        public org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> getFrame()
        Specified by:
        getFrame in interface ContinuationPoint