public interface PropertyFileLexerSetup
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBreakInLineOfPropertyDefinition(char currentChar,
ReadTextBuffer buffer,
int nextPosition)
Answers if a char is an break-in-line char of a definition in a property file.
|
boolean |
isEndOfLineOfPropertyDefinition(char currentChar,
ReadTextBuffer buffer,
int nextPosition)
Answers if a char is the end of a definition in a property file.
|
boolean isEndOfLineOfPropertyDefinition(char currentChar,
ReadTextBuffer buffer,
int nextPosition)
currentChar - the current charbuffer - the text buffernextPosition - the current positionboolean isBreakInLineOfPropertyDefinition(char currentChar,
ReadTextBuffer buffer,
int nextPosition)
currentChar - the current charbuffer - the text buffernextPosition - the current position