Index

A B C D E F G H I L M N O P R S T U V W _ 
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 Lexer class 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 Lexer class 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
 
A B C D E F G H I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages