Class CallerResolver
java.lang.Object
java.lang.SecurityManager
com.strobel.compilerservices.CallerResolver
-
Field Summary
Fields -
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
-
Field Details
-
CALLER_RESOLVER
-
CALL_CONTEXT_OFFSET
private static final int CALL_CONTEXT_OFFSET- See Also:
-
-
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()
-