Package com.strobel.compilerservices
Class CallerResolver
java.lang.Object
java.lang.SecurityManager
com.strobel.compilerservices.CallerResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class
getCallerClass
(int callerOffset) Indexes into the current method call context with a given offset.protected Class[]
static int
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
-
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:
getClassContext
in 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()
-