Uses of Interface
org.aspectj.org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Packages that use ICodeSnippetRequestor
Package
Description
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
-
Uses of ICodeSnippetRequestor in org.aspectj.org.eclipse.jdt.core.eval
Methods in org.aspectj.org.eclipse.jdt.core.eval with parameters of type ICodeSnippetRequestorModifier and TypeMethodDescriptionvoidIEvaluationContext.evaluateCodeSnippet(String codeSnippet, String[] localVariableTypeNames, String[] localVariableNames, int[] localVariableModifiers, IType declaringType, boolean isStatic, boolean isConstructorCall, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Evaluates the given code snippet in the context of a suspended thread.voidIEvaluationContext.evaluateCodeSnippet(String codeSnippet, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Evaluates the given code snippet.voidIEvaluationContext.evaluateVariable(IGlobalVariable variable, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Evaluates the given global variable.voidIEvaluationContext.validateImports(ICodeSnippetRequestor requestor) Validates this evaluation context's import declarations. -
Uses of ICodeSnippetRequestor in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type ICodeSnippetRequestorModifier and TypeMethodDescriptionvoidEvaluationContextWrapper.evaluateCodeSnippet(String codeSnippet, String[] localVariableTypeNames, String[] localVariableNames, int[] localVariableModifiers, IType declaringType, boolean isStatic, boolean isConstructorCall, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidEvaluationContextWrapper.evaluateCodeSnippet(String codeSnippet, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidEvaluationContextWrapper.evaluateVariable(IGlobalVariable variable, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) protected IRequestorEvaluationContextWrapper.getInfrastructureEvaluationRequestor(ICodeSnippetRequestor requestor) Returns a new infrastructure evaluation requestor instance.voidEvaluationContextWrapper.validateImports(ICodeSnippetRequestor requestor) Constructors in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type ICodeSnippetRequestor