Uses of Class
org.aspectj.org.eclipse.jdt.internal.eval.EvaluationContext
Packages that use EvaluationContext
Package
Description
-
Uses of EvaluationContext in org.aspectj.org.eclipse.jdt.internal.core.eval
Fields in org.aspectj.org.eclipse.jdt.internal.core.eval declared as EvaluationContextMethods in org.aspectj.org.eclipse.jdt.internal.core.eval that return EvaluationContextModifier and TypeMethodDescriptionEvaluationContextWrapper.getInfrastructureEvaluationContext()Returns the infrastructure evaluation context.Constructors in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type EvaluationContextModifierConstructorDescriptionEvaluationContextWrapper(EvaluationContext context, JavaProject project) Creates a new wrapper around the given infrastructure evaluation context and project. -
Uses of EvaluationContext in org.aspectj.org.eclipse.jdt.internal.eval
Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type EvaluationContextModifierConstructorDescriptionCodeSnippetAllocationExpression(EvaluationContext evaluationContext) CodeSnippetAllocationExpression constructor comment.CodeSnippetCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions compilerOptions, ICompilerRequestor requestor, IProblemFactory problemFactory, EvaluationContext evaluationContext, int codeSnippetStart, int codeSnippetEnd) Creates a new code snippet compiler initialized with a code snippet parser.CodeSnippetEnvironment(INameEnvironment env, EvaluationContext context) Creates a new wrapper for the given environment.CodeSnippetFieldReference(char[] source, long pos, EvaluationContext evaluationContext) CodeSnippetFieldReference constructor comment.CodeSnippetMessageSend(EvaluationContext evaluationContext) CodeSnippetMessageSend constructor comment.CodeSnippetParser(ProblemReporter problemReporter, EvaluationContext evaluationContext, boolean optimizeStringLiterals, int codeSnippetStart, int codeSnippetEnd) Creates a new code snippet parser.CodeSnippetQualifiedNameReference(char[][] sources, long[] positions, int sourceStart, int sourceEnd, EvaluationContext evaluationContext) CodeSnippetQualifiedNameReference constructor comment.CodeSnippetSingleNameReference(char[] source, long pos, EvaluationContext evaluationContext) CodeSnippetThisReference(int s, int sourceEnd, EvaluationContext evaluationContext, boolean isImplicit) CodeSnippetThisReference constructor comment.