|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IGlobalVariable | |
|---|---|
| org.eclipse.jdt.core.eval | |
| org.eclipse.jdt.internal.core.eval | |
| Uses of IGlobalVariable in org.eclipse.jdt.core.eval |
|---|
| Methods in org.eclipse.jdt.core.eval that return IGlobalVariable | |
|---|---|
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. |
| Methods in org.eclipse.jdt.core.eval with parameters of type IGlobalVariable | |
|---|---|
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. |
| Uses of IGlobalVariable in org.eclipse.jdt.internal.core.eval |
|---|
| Methods in org.eclipse.jdt.internal.core.eval that return IGlobalVariable | |
|---|---|
IGlobalVariable[] |
EvaluationContextWrapper.allVariables()
|
IGlobalVariable |
EvaluationContextWrapper.newVariable(java.lang.String typeName,
java.lang.String name,
java.lang.String initializer)
|
| Methods in org.eclipse.jdt.internal.core.eval with parameters of type IGlobalVariable | |
|---|---|
void |
EvaluationContextWrapper.deleteVariable(IGlobalVariable variable)
|
void |
EvaluationContextWrapper.evaluateVariable(IGlobalVariable variable,
ICodeSnippetRequestor requestor,
IProgressMonitor progressMonitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||