Skip navigation links

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

E13403-06


oracle.javatools.parser.properties
Interface DefinitionTokens

All Known Implementing Classes:
DefinitionLexer

public interface DefinitionTokens

The DefinitionTokens interface defines the constants for the the three pieces of a property file definition, the name, the assignment operator, and the value.

See Also:
LexerToken, DefinitionLexer

Field Summary
static int TK_NAME
          Constant for the property name of a property definition.
static int TK_SYMBOL
          Constant for the assignment operator of a property definition.
static int TK_VALUE
          Constant for the property value of a property definition.

 

Field Detail

TK_NAME

static final int TK_NAME
Constant for the property name of a property definition.
See Also:
Constant Field Values

TK_VALUE

static final int TK_VALUE
Constant for the property value of a property definition.
See Also:
Constant Field Values

TK_SYMBOL

static final int TK_SYMBOL
Constant for the assignment operator of a property definition.
See Also:
Constant Field Values

Skip navigation links

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

E13403-06


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