Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.parser.properties
Interface PropertiesTokens

All Known Implementing Classes:
PropertiesLexer

public interface PropertiesTokens

The 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.

See Also:
LexerToken, PropertiesLexer

Field Summary
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.
 

Field Detail

TK_DEFINITION

static final int TK_DEFINITION
Constant for a *.properties or *.rts file definition.

See Also:
Constant Field Values

TK_COMMENT

static final int TK_COMMENT
Constant for a comment in the *.properties or *.rts file.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.