This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
public BlockParser | |
public int | Returns: the current column within the line (0-based)The column is the position within the line after tab characters have been processed as 4-space tab stops. |
public int | Returns: the indentation in columns (either by spaces or tab stop of 4), starting fromgetColumn()
|
public int | |
public SourceLine | |
public int | Returns: the index of the next non-space character starting fromgetIndex() (may be the same) (0-based)
|
public boolean |
getActiveBlockParser | back to summary |
---|---|
public BlockParser getActiveBlockParser()
|
getColumn | back to summary |
---|---|
public int getColumn() The column is the position within the line after tab characters have been processed as 4-space tab stops.
If the line doesn't contain any tabs, it's the same as the
|
getIndent | back to summary |
---|---|
public int getIndent()
|
getIndex | back to summary |
---|---|
public int getIndex()
|
getLine | back to summary |
---|---|
public SourceLine getLine()
|
getNextNonSpaceIndex | back to summary |
---|---|
public int getNextNonSpaceIndex()
|
isBlank | back to summary |
---|---|
public boolean isBlank()
|