public class DefaultPropertyFileLexerSetup extends java.lang.Object implements PropertyFileLexerSetup
| Modifier and Type | Field and Description |
|---|---|
static PropertyFileLexerSetup |
INSTANCE |
| Constructor and Description |
|---|
DefaultPropertyFileLexerSetup() |
| 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.
|
public static final PropertyFileLexerSetup INSTANCE
public boolean isEndOfLineOfPropertyDefinition(char currentChar,
ReadTextBuffer buffer,
int nextPosition)
PropertyFileLexerSetupisEndOfLineOfPropertyDefinition in interface PropertyFileLexerSetupcurrentChar - the current charbuffer - the text buffernextPosition - the current position
public boolean isBreakInLineOfPropertyDefinition(char currentChar,
ReadTextBuffer buffer,
int nextPosition)
PropertyFileLexerSetupisBreakInLineOfPropertyDefinition in interface PropertyFileLexerSetupcurrentChar - the current charbuffer - the text buffernextPosition - the current position