Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.eval.GlobalVariable
Packages, die GlobalVariable verwenden
-
Verwendungen von GlobalVariable in org.aspectj.org.eclipse.jdt.internal.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.eval, die GlobalVariable zurückgebenModifizierer und TypMethodeBeschreibungEvaluationContext.allVariables()Returns the global variables of this evaluation context in the order they were created in.EvaluationContext.newVariable(char[] typeName, char[] name, char[] initializer) Creates a new global variable with the given name, type and initializer.Methoden in org.aspectj.org.eclipse.jdt.internal.eval mit Parametern vom Typ GlobalVariableModifizierer und TypMethodeBeschreibungvoidEvaluationContext.deleteVariable(GlobalVariable variable) Deletes the given variable from this evaluation context.voidEvaluationContext.evaluateVariable(GlobalVariable variable, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.eval mit Parametern vom Typ GlobalVariableModifiziererKonstruktorBeschreibungVariablesInfo(char[] packageName, char[] className, ClassFile[] classFiles, GlobalVariable[] variables, int variableCount) Creates a new variables info.