Index
All Classes and Interfaces|All Packages
L
- length() - Method in class codeanalysis.text.SourceText
-
Retrieves the character length of the source code.
- Lexer - Class in codeanalysis.syntax
-
The
Lexerclass is responsible for lexical analysis of a given text, producing tokens that represent different elements of the text. - Lexer(SourceText) - Constructor for class codeanalysis.syntax.Lexer
-
Initializes a new instance of the
Lexerclass with the specified text to analyze. - LiteralExpression - Enum constant in enum class codeanalysis.binding.BoundNodeType
- LiteralExpression - Enum constant in enum class codeanalysis.syntax.SyntaxType
- LiteralExpressionSyntax - Class in codeanalysis.syntax
-
Represents a literal expression in the syntax tree.
- LiteralExpressionSyntax(SyntaxToken) - Constructor for class codeanalysis.syntax.LiteralExpressionSyntax
-
Initializes a new instance of the LiteralExpressionSyntax class with the specified literal token.
- LiteralExpressionSyntax(SyntaxToken, Object) - Constructor for class codeanalysis.syntax.LiteralExpressionSyntax
-
Initializes a new instance of the LiteralExpressionSyntax class with the specified literal token.
- LogicalAnd - Enum constant in enum class codeanalysis.binding.BoundBinaryOperatorType
- LogicalNegation - Enum constant in enum class codeanalysis.binding.BoundUnaryOperatorType
- LogicalOr - Enum constant in enum class codeanalysis.binding.BoundBinaryOperatorType
All Classes and Interfaces|All Packages