Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.eval.IGlobalVariable
Packages, die IGlobalVariable verwenden
Package
Beschreibung
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
-
Verwendungen von IGlobalVariable in org.aspectj.org.eclipse.jdt.core.eval
Methoden in org.aspectj.org.eclipse.jdt.core.eval, die IGlobalVariable zurückgebenModifizierer und TypMethodeBeschreibungIEvaluationContext.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.Methoden in org.aspectj.org.eclipse.jdt.core.eval mit Parametern vom Typ IGlobalVariableModifizierer und TypMethodeBeschreibungvoidIEvaluationContext.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. -
Verwendungen von IGlobalVariable in org.aspectj.org.eclipse.jdt.internal.core.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.core.eval, die IGlobalVariable zurückgebenModifizierer und TypMethodeBeschreibungEvaluationContextWrapper.allVariables()EvaluationContextWrapper.newVariable(String typeName, String name, String initializer) Methoden in org.aspectj.org.eclipse.jdt.internal.core.eval mit Parametern vom Typ IGlobalVariableModifizierer und TypMethodeBeschreibungvoidEvaluationContextWrapper.deleteVariable(IGlobalVariable variable) voidEvaluationContextWrapper.evaluateVariable(IGlobalVariable variable, ICodeSnippetRequestor requestor, org.eclipse.core.runtime.IProgressMonitor progressMonitor)