Java org.eclipse.jdt.core.eval IEvaluationContext fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.eval IEvaluationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.eval IEvaluationContext.

The text is from its open source code.

Method

voidcodeComplete(String codeSnippet, int position, ICompletionRequestor requestor)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
voidcodeComplete(String codeSnippet, int position, CompletionRequestor requestor)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
voidcodeComplete(String codeSnippet, int position, org.eclipse.jdt.core.ICodeCompletionRequestor requestor)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
voidsetImports(String[] imports)
Sets the import declarations for this evaluation context.
voidsetPackageName(String packageName)
Sets the dot-separated name of the package in which code snippets are to be compiled and run.