Class CallerResolver
java.lang.Object
java.lang.SecurityManager
com.strobel.compilerservices.CallerResolver
- Author:
- Mike Strobel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassgetCallerClass(int callerOffset) Indexes into the current method call context with a given offset.protected Class[]static intstatic intgetContextSize(int callerOffset) Methods inherited from class 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
-
Constructor Details
-
CallerResolver
public CallerResolver()
-
-
Method Details
-
getClassContext
- Overrides:
getClassContextin classSecurityManager
-
getCallerClass
Indexes into the current method call context with a given offset. -
getContextSize
public static int getContextSize(int callerOffset) -
getContextSize
public static int getContextSize()
-