oracle.jbo.server.util
Class JboToken
java.lang.Object
oracle.jbo.server.util.JboToken
public class JboToken
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()
Copyright © 1997, 2010, Oracle. All rights reserved.