Uses of Class
codeanalysis.VariableSymbol
Packages that use VariableSymbol
-
Uses of VariableSymbol in codeanalysis
Method parameters in codeanalysis with type arguments of type VariableSymbolModifier and TypeMethodDescriptionCompilation.evaluate(Map<VariableSymbol, Object> variables) Evaluates the syntax tree and returns the evaluation result.Constructor parameters in codeanalysis with type arguments of type VariableSymbolModifierConstructorDescriptionEvaluator(BoundExpression root, Map<VariableSymbol, Object> variables) Initializes a new instance of theEvaluatorclass with the specified root expression syntax. -
Uses of VariableSymbol in codeanalysis.binding
Methods in codeanalysis.binding that return VariableSymbolModifier and TypeMethodDescriptionBoundAssignmentExpression.getVariable()Gets the variable being assigned to.BoundVariableExpression.getVariable()Gets the variable symbol represented by the expression.Constructors in codeanalysis.binding with parameters of type VariableSymbolModifierConstructorDescriptionBoundAssignmentExpression(VariableSymbol variable, BoundExpression boundExpression) Initializes a new instance of the BoundAssignmentExpression class.BoundVariableExpression(VariableSymbol variable) Creates a new instance of the BoundVariableExpression class.Constructor parameters in codeanalysis.binding with type arguments of type VariableSymbolModifierConstructorDescriptionBinder(Map<VariableSymbol, Object> variables) Initializes a new instance of the Binder class with the specified variables.