Uses of Interface
org.aspectj.org.eclipse.jdt.internal.eval.IRequestor
Packages that use IRequestor
Package
Description
-
Uses of IRequestor in org.aspectj.org.eclipse.jdt.internal.core.eval
Classes in org.aspectj.org.eclipse.jdt.internal.core.eval that implement IRequestorMethods in org.aspectj.org.eclipse.jdt.internal.core.eval that return IRequestorModifier and TypeMethodDescriptionprotected IRequestorEvaluationContextWrapper.getInfrastructureEvaluationRequestor(ICodeSnippetRequestor requestor) Returns a new infrastructure evaluation requestor instance. -
Uses of IRequestor in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type IRequestorModifier and TypeMethodDescriptionvoidEvaluationContext.evaluate(char[] codeSnippet, char[][] contextLocalVariableTypeNames, char[][] contextLocalVariableNames, int[] contextLocalVariableModifiers, char[] contextDeclaringTypeName, boolean contextIsStatic, boolean contextIsConstructorCall, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluate(char[] codeSnippet, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluateImports(INameEnvironment environment, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluateVariable(GlobalVariable variable, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluateVariables(INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory)