Package | Description |
---|---|
org.eclipse.jdt.core.eval |
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
|
Modifier and Type | Method and Description |
---|---|
IGlobalVariable[] |
IEvaluationContext.allVariables()
Returns the global variables declared in this evaluation context.
|
IGlobalVariable |
IEvaluationContext.newVariable(String typeName,
String name,
String initializer)
Creates a new global variable with the given name, type, and initializer.
|
Modifier and Type | Method and Description |
---|---|
void |
IEvaluationContext.deleteVariable(IGlobalVariable variable)
Deletes the given variable from this evaluation context.
|
void |
IEvaluationContext.evaluateVariable(IGlobalVariable variable,
ICodeSnippetRequestor requestor,
IProgressMonitor progressMonitor)
Evaluates the given global variable.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.