aac.context.lexeme¶
Provides lexical unit for a parsed AaC definition.
Classes
|
A lexical unit for a parsed AaC definition. |
- class aac.context.lexeme.Lexeme(location: SourceLocation, source: str, value: str)[source]¶
A lexical unit for a parsed AaC definition.
- Parameters:
location (SourceLocation)
source (str)
value (str)
- location¶
The location at which the object was found.
- Type:
- source¶
The source in which the object was found.
- Type:
str
- value¶
The value of the parsed object.
- Type:
str