Class NormalInvokeContinuationPoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.objectweb.asm.tree.LabelNode continueExecutionLabel  
      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  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.tree.LabelNode getContinueExecutionLabel()  
      org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> getFrame()  
      org.objectweb.asm.tree.MethodInsnNode getInvokeInstruction()  
      java.lang.Integer getLineNumber()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • frame

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

      • NormalInvokeContinuationPoint

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