hasmer
|
Represents a token in a Hasm assembly file. More...
Public Member Functions | |
HasmToken (HasmStringStreamState? state) | |
Creates a new HasmToken from the given state. This does not parse anything. More... | |
HasmStringStreamState | AsStreamState () |
void | Write (SourceCodeBuilder builder) |
Serializes the token to JSON. More... | |
Properties | |
int | Offset [get, set] |
The offset in characters from the start of the file. More... | |
int | Line [get, set] |
int | Column [get, set] |
Represents a token in a Hasm assembly file.
|
inline |
Creates a new HasmToken from the given state. This does not parse anything.
|
inline |
Serializes the token to JSON.
|
getset |
The offset in characters from the start of the file.