Class CallerResolver


  • public final class CallerResolver
    extends java.lang.SecurityManager
    • Constructor Summary

      Constructors 
      Constructor Description
      CallerResolver()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Class getCallerClass​(int callerOffset)
      Indexes into the current method call context with a given offset.
      protected java.lang.Class[] getClassContext()  
      static int getContextSize()  
      static int getContextSize​(int callerOffset)  
      • Methods inherited from class java.lang.SecurityManager

        checkAccept, checkAccess, checkAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkWrite, checkWrite, getSecurityContext, getThreadGroup
      • Methods inherited from class java.lang.Object

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

      • CallerResolver

        public CallerResolver()
    • Method Detail

      • getClassContext

        protected java.lang.Class[] getClassContext()
        Overrides:
        getClassContext in class java.lang.SecurityManager
      • getCallerClass

        public static java.lang.Class getCallerClass​(int callerOffset)
        Indexes into the current method call context with a given offset.
      • getContextSize

        public static int getContextSize​(int callerOffset)
      • getContextSize

        public static int getContextSize()