public static final class UnicodeEscapeProcessingProvider.LineCounter extends Object
process(int)
Constructor and Description |
---|
LineCounter()
Creates a
UnicodeEscapeProcessingProvider.LineCounter . |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
The column of the currently processed input character.
|
int |
getLine()
The line of the currently processed input character.
|
Position |
getPosition()
The current position.
|
int |
process(int ch)
Analyzes the given character for line feed.
|
public LineCounter()
UnicodeEscapeProcessingProvider.LineCounter
.public int getLine()
public int getColumn()
public Position getPosition()
public int process(int ch)
Copyright © 2007–2024. All rights reserved.