Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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