Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo.server.util
Class JboToken

java.lang.Object
  extended by oracle.jbo.server.util.JboToken

public class JboToken
extends java.lang.Object


Field Summary
static char[] SPECIAL_CHARS
           
static char TTYP_AMP
           
static char TTYP_ASTERISK
           
static char TTYP_AT
           
static char TTYP_BACK_SLASH
           
static char TTYP_BANG
           
static char TTYP_BAR
           
static char TTYP_CARET
           
static char TTYP_COLON
           
static char TTYP_COMMA
           
static char TTYP_DOLLAR
           
static char TTYP_DOT
           
static char TTYP_EQUAL
           
static char TTYP_GREATER_THAN
           
static char TTYP_IDENT
           
static char TTYP_LEFT_BRACKET
           
static char TTYP_LEFT_CURLY
           
static char TTYP_LEFT_PAREN
           
static char TTYP_LESS_THAN
           
static char TTYP_MINUS
           
static char TTYP_NUMBER
           
static char TTYP_PERCENT
           
static char TTYP_PLUS
           
static char TTYP_POUND
           
static char TTYP_QUEST
           
static char TTYP_RIGHT_BRACKET
           
static char TTYP_RIGHT_CURLY
           
static char TTYP_RIGHT_PAREN
           
static char TTYP_SEMI
           
static char TTYP_SLASH
           
static char TTYP_STR
           
static char TTYP_TILDA
           
static char TTYP_UNKNOWN
           
 
Method Summary
 int getIdentType()
           
 int getOffset()
           
 java.lang.String getString()
           
 char getType()
           
static JboToken identToken(java.lang.String s, int off, int iTyp)
           
static JboToken numberToken(java.lang.String s, int off)
           
static JboToken specialCharOrUnknownToken(char c, int off)
           
static JboToken stringToken(java.lang.String s, int off)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TTYP_UNKNOWN

public static final char TTYP_UNKNOWN
See Also:
Constant Field Values

TTYP_STR

public static final char TTYP_STR
See Also:
Constant Field Values

TTYP_IDENT

public static final char TTYP_IDENT
See Also:
Constant Field Values

TTYP_NUMBER

public static final char TTYP_NUMBER
See Also:
Constant Field Values

TTYP_TILDA

public static final char TTYP_TILDA
See Also:
Constant Field Values

TTYP_BANG

public static final char TTYP_BANG
See Also:
Constant Field Values

TTYP_AT

public static final char TTYP_AT
See Also:
Constant Field Values

TTYP_POUND

public static final char TTYP_POUND
See Also:
Constant Field Values

TTYP_DOLLAR

public static final char TTYP_DOLLAR
See Also:
Constant Field Values

TTYP_PERCENT

public static final char TTYP_PERCENT
See Also:
Constant Field Values

TTYP_CARET

public static final char TTYP_CARET
See Also:
Constant Field Values

TTYP_AMP

public static final char TTYP_AMP
See Also:
Constant Field Values

TTYP_ASTERISK

public static final char TTYP_ASTERISK
See Also:
Constant Field Values

TTYP_MINUS

public static final char TTYP_MINUS
See Also:
Constant Field Values

TTYP_EQUAL

public static final char TTYP_EQUAL
See Also:
Constant Field Values

TTYP_PLUS

public static final char TTYP_PLUS
See Also:
Constant Field Values

TTYP_BACK_SLASH

public static final char TTYP_BACK_SLASH
See Also:
Constant Field Values

TTYP_BAR

public static final char TTYP_BAR
See Also:
Constant Field Values

TTYP_SEMI

public static final char TTYP_SEMI
See Also:
Constant Field Values

TTYP_COLON

public static final char TTYP_COLON
See Also:
Constant Field Values

TTYP_COMMA

public static final char TTYP_COMMA
See Also:
Constant Field Values

TTYP_DOT

public static final char TTYP_DOT
See Also:
Constant Field Values

TTYP_SLASH

public static final char TTYP_SLASH
See Also:
Constant Field Values

TTYP_QUEST

public static final char TTYP_QUEST
See Also:
Constant Field Values

TTYP_LESS_THAN

public static final char TTYP_LESS_THAN
See Also:
Constant Field Values

TTYP_GREATER_THAN

public static final char TTYP_GREATER_THAN
See Also:
Constant Field Values

TTYP_LEFT_PAREN

public static final char TTYP_LEFT_PAREN
See Also:
Constant Field Values

TTYP_RIGHT_PAREN

public static final char TTYP_RIGHT_PAREN
See Also:
Constant Field Values

TTYP_LEFT_CURLY

public static final char TTYP_LEFT_CURLY
See Also:
Constant Field Values

TTYP_RIGHT_CURLY

public static final char TTYP_RIGHT_CURLY
See Also:
Constant Field Values

TTYP_LEFT_BRACKET

public static final char TTYP_LEFT_BRACKET
See Also:
Constant Field Values

TTYP_RIGHT_BRACKET

public static final char TTYP_RIGHT_BRACKET
See Also:
Constant Field Values

SPECIAL_CHARS

public static final char[] SPECIAL_CHARS
Method Detail

stringToken

public static JboToken stringToken(java.lang.String s,
                                   int off)

identToken

public static JboToken identToken(java.lang.String s,
                                  int off,
                                  int iTyp)

numberToken

public static JboToken numberToken(java.lang.String s,
                                   int off)

specialCharOrUnknownToken

public static JboToken specialCharOrUnknownToken(char c,
                                                 int off)

getType

public char getType()

getString

public java.lang.String getString()

getOffset

public int getOffset()

getIdentType

public int getIdentType()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

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