Package codeanalysis.binding
package codeanalysis.binding
-
ClassDescriptionThe `Binder` class is responsible for binding expression syntax to bound expressions.Represents a bound assignment expression in the code analysis process.Represents a bound binary expression in the code analysis process.The BoundBinaryOperator class represents a binary operator used in binding expressions.Represents the types of binary operators in the code analysis process.Abstract class for representing bound expressions in the code analysis process.Represents a bound literal expression in the code analysis process.Represents a bound node in the code analysis process.Represents the types of bound nodes in the code analysis process.Represents a bound unary expression in the code analysis process.The BoundUnaryOperator class represents a unary operator used in binding expressions.Represents the types of unary operators in the code analysis process.Represents a bound variable expression in the code analysis process.