Class InlineMarker


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

      Constructors 
      Constructor Description
      InlineMarker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void afterInlineCall()  
      static void beforeInlineCall()  
      static void finallyEnd​(int finallyDepth)  
      static void finallyStart​(int finallyDepth)  
      static void mark​(int i)  
      static void mark​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • InlineMarker

        public InlineMarker()
    • Method Detail

      • mark

        public static void mark​(int i)
      • mark

        public static void mark​(java.lang.String name)
      • beforeInlineCall

        public static void beforeInlineCall()
      • afterInlineCall

        public static void afterInlineCall()
      • finallyStart

        public static void finallyStart​(int finallyDepth)
      • finallyEnd

        public static void finallyEnd​(int finallyDepth)