public interface ParserState
This interface is not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
BlockParser |
getActiveBlockParser() |
int |
getColumn()
The column is the position within the line after tab characters have been processed as 4-space tab stops.
|
int |
getIndent() |
int |
getIndex() |
SourceLine |
getLine() |
int |
getNextNonSpaceIndex() |
boolean |
isBlank() |
SourceLine getLine()
int getIndex()
int getNextNonSpaceIndex()
getIndex() (may be the same) (0-based)int getColumn()
getIndex(). If the line starts with a tab,
followed by text, then the column for the first character of the text is 4 (the index is 1).int getIndent()
getColumn()boolean isBlank()
BlockParser getActiveBlockParser()
Copyright © 2021. All rights reserved.