Uses of Interface
org.aspectj.org.eclipse.jdt.core.eval.IGlobalVariable
Packages that use IGlobalVariable
Package
Description
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
-
Uses of IGlobalVariable in org.aspectj.org.eclipse.jdt.core.eval
Methods in org.aspectj.org.eclipse.jdt.core.eval that return IGlobalVariableModifier and TypeMethodDescriptionIEvaluationContext.allVariables()Returns the global variables declared in this evaluation context.IEvaluationContext.newVariable(String typeName, String name, String initializer) Creates a new global variable with the given name, type, and initializer.Methods in org.aspectj.org.eclipse.jdt.core.eval with parameters of type IGlobalVariableModifier and TypeMethodDescriptionvoidIEvaluationContext.deleteVariable(IGlobalVariable variable) Deletes the given variable from this evaluation context.voidIEvaluationContext.evaluateVariable(IGlobalVariable variable, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Evaluates the given global variable. -
Uses of IGlobalVariable in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval that return IGlobalVariableModifier and TypeMethodDescriptionEvaluationContextWrapper.allVariables()EvaluationContextWrapper.newVariable(String typeName, String name, String initializer) Methods in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type IGlobalVariableModifier and TypeMethodDescriptionvoidEvaluationContextWrapper.deleteVariable(IGlobalVariable variable) voidEvaluationContextWrapper.evaluateVariable(IGlobalVariable variable, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor)