Package | Description |
---|---|
org.eclipse.wst.jsdt.core.eval |
Modifier and Type | Method and Description |
---|---|
IGlobalVariable[] |
IEvaluationContext.allVariables()
Returns the global variables declared in this evaluation context.
|
IGlobalVariable |
IEvaluationContext.newVariable(java.lang.String typeName,
java.lang.String name,
java.lang.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) IBM Corp. and others 2000, 2016. All Rights Reserved.