public interface PropertiesTokens
PropertiesTokens interface defines the constants
for the various pieces of a *.properties or *.rts file. Currently,
only two token types are differentiated, comments and property
definitions. No tokens are generated for white space. LexerToken,
PropertiesLexer| Modifier and Type | Field and Description |
|---|---|
static int |
TK_COMMENT
Constant for a comment in the *.properties or *.rts file.
|
static int |
TK_DEFINITION
Constant for a *.properties or *.rts file definition.
|
static final int TK_DEFINITION
static final int TK_COMMENT