Uses of Class
org.aspectj.org.eclipse.jdt.internal.eval.GlobalVariable
Packages that use GlobalVariable
-
Uses of GlobalVariable in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval that return GlobalVariableModifier and TypeMethodDescriptionEvaluationContext.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.Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type GlobalVariableModifier and TypeMethodDescriptionvoidEvaluationContext.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) Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type GlobalVariableModifierConstructorDescriptionVariablesInfo(char[] packageName, char[] className, ClassFile[] classFiles, GlobalVariable[] variables, int variableCount) Creates a new variables info.