Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.internal.eval.IRequestor
Packages, die IRequestor verwenden
Package
Beschreibung
-
Verwendungen von IRequestor in org.aspectj.org.eclipse.jdt.internal.core.eval
Klassen in org.aspectj.org.eclipse.jdt.internal.core.eval, die IRequestor implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.core.eval, die IRequestor zurückgebenModifizierer und TypMethodeBeschreibungprotected IRequestorEvaluationContextWrapper.getInfrastructureEvaluationRequestor(ICodeSnippetRequestor requestor) Returns a new infrastructure evaluation requestor instance. -
Verwendungen von IRequestor in org.aspectj.org.eclipse.jdt.internal.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.eval mit Parametern vom Typ IRequestorModifizierer und TypMethodeBeschreibungvoidEvaluationContext.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)