| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavaOperators
All expression-related constant values used by the java parser/compiler.
| Field Summary | |
|---|---|
static byte | 
OPT_ADD
Arithmetic addition or string concatenation.  | 
static byte | 
OPT_ADDASG
Arithmetic addition or string concatenation assignment.  | 
static byte | 
OPT_AND
Conditional (logical) AND.  | 
static byte | 
OPT_ANNOTATION
Annotation expression.  | 
static byte | 
OPT_ARRAYCONST
An array constant.  | 
static byte | 
OPT_ASG
Assignment.  | 
static byte | 
OPT_base
 | 
static byte | 
OPT_BITAND
Bitwise AND.  | 
static byte | 
OPT_BITANDASG
Bitwise AND assignment.  | 
static byte | 
OPT_BITNOT
Bitwise NOT (negation or complement).  | 
static byte | 
OPT_BITOR
Bitwise OR.  | 
static byte | 
OPT_BITORASG
Bitwise OR assignment.  | 
static byte | 
OPT_BITXOR
Bitwise XOR.  | 
static byte | 
OPT_BITXORASG
Bitwise XOR assignment.  | 
static byte | 
OPT_CLASS_LITERAL
A class literal.  | 
static byte | 
OPT_COND
Conditional operator (?:).  | 
static byte | 
OPT_DEREF
Array dereference.  | 
static byte | 
OPT_DIV
Arithmetic division.  | 
static byte | 
OPT_DIVASG
Arithmetic division assignment.  | 
static byte | 
OPT_DOT
Dot dereference.  | 
static byte | 
OPT_EQ
Equal.  | 
static byte | 
OPT_GE
Greater than or equal to.  | 
static byte | 
OPT_GT
Greater than.  | 
static byte | 
OPT_INSTANCEOF
Instanceof.  | 
static byte | 
OPT_invalid
 | 
static byte | 
OPT_INVOKE
Method invocation.  | 
static byte | 
OPT_LE
Less than or equal to.  | 
static byte | 
OPT_LIST
A list of operands.  | 
static byte | 
OPT_LITERAL
Lexical literal.  | 
static byte | 
OPT_LSH
Bitwise left shift.  | 
static byte | 
OPT_LSHASG
Bitwise left shift assignment.  | 
static byte | 
OPT_LT
Less than.  | 
static byte | 
OPT_max
 | 
static byte | 
OPT_MINUS
Arithmetic subtraction.  | 
static byte | 
OPT_MINUSASG
Arithmetic subtraction assignment.  | 
static byte | 
OPT_MOD
Arithmetic remainder (modulus).  | 
static byte | 
OPT_MODASG
Arithmetic remainder (modulus) assignment.  | 
static byte | 
OPT_MUL
Arithmetic multiplication.  | 
static byte | 
OPT_MULASG
Arithmetic multiplication assignment.  | 
static byte | 
OPT_NEGATIVE
Arithmetic negative prefix.  | 
static byte | 
OPT_NESTEXP
Nested expression (in parentheses or brackets).  | 
static byte | 
OPT_NEWARRAY
Array creator.  | 
static byte | 
OPT_NEWOBJECT
Class creator.  | 
static byte | 
OPT_NOT
Logical NOT (negation or complement).  | 
static byte | 
OPT_NOTEQ
Not-equal.  | 
static byte | 
OPT_OR
Conditional (logical) OR.  | 
static byte | 
OPT_POSITIVE
Arithmetic positive prefix.  | 
static byte | 
OPT_POSTDEC
Decrement postfix.  | 
static byte | 
OPT_POSTINC
Increment postfix.  | 
static byte[] | 
OPT_precedence
For debugging.  | 
static byte | 
OPT_PREDEC
Decrement prefix.  | 
static byte | 
OPT_PREINC
Increment prefix.  | 
static byte | 
OPT_QUALIFIED_SUPER
Qualified super.  | 
static byte | 
OPT_QUALIFIED_THIS
Qualified this.  | 
static byte | 
OPT_RSH
Bitwise signed right shift.  | 
static byte | 
OPT_RSHASG
Bitwise signed right shift assignment.  | 
static byte | 
OPT_SIMPLE_NAME
Simple name.  | 
static short[] | 
OPT_tokens
[ 0 ] is for OPT_base.  | 
static byte | 
OPT_TYPE
Type expression.  | 
static byte | 
OPT_TYPECAST
Typecast.  | 
static byte | 
OPT_URSH
Bitwise unsigned right shift.  | 
static byte | 
OPT_URSHASG
Bitwise unsigned right shift assignment.  | 
static java.lang.String[] | 
OPT_words
For debugging.  | 
| Field Detail | 
|---|
static final byte OPT_invalid
static final byte OPT_base
static final byte OPT_ADD
static final byte OPT_ADDASG
static final byte OPT_AND
static final byte OPT_ANNOTATION
static final byte OPT_ARRAYCONST
static final byte OPT_ASG
static final byte OPT_BITAND
static final byte OPT_BITANDASG
static final byte OPT_BITNOT
static final byte OPT_BITOR
static final byte OPT_BITORASG
static final byte OPT_BITXOR
static final byte OPT_BITXORASG
static final byte OPT_CLASS_LITERAL
static final byte OPT_COND
static final byte OPT_DEREF
static final byte OPT_DIV
static final byte OPT_DIVASG
static final byte OPT_DOT
static final byte OPT_EQ
static final byte OPT_GE
static final byte OPT_GT
static final byte OPT_INSTANCEOF
static final byte OPT_INVOKE
static final byte OPT_LE
static final byte OPT_LIST
static final byte OPT_LITERAL
static final byte OPT_LSH
static final byte OPT_LSHASG
static final byte OPT_LT
static final byte OPT_MINUS
static final byte OPT_MINUSASG
static final byte OPT_MOD
static final byte OPT_MODASG
static final byte OPT_MUL
static final byte OPT_MULASG
static final byte OPT_NEGATIVE
static final byte OPT_NESTEXP
static final byte OPT_NEWARRAY
static final byte OPT_NEWOBJECT
static final byte OPT_NOT
static final byte OPT_NOTEQ
static final byte OPT_OR
static final byte OPT_POSITIVE
static final byte OPT_POSTDEC
static final byte OPT_POSTINC
static final byte OPT_PREDEC
static final byte OPT_PREINC
static final byte OPT_QUALIFIED_SUPER
static final byte OPT_QUALIFIED_THIS
static final byte OPT_RSH
static final byte OPT_RSHASG
static final byte OPT_SIMPLE_NAME
static final byte OPT_TYPE
static final byte OPT_TYPECAST
static final byte OPT_URSH
static final byte OPT_URSHASG
static final byte OPT_max
static final short[] OPT_tokens
static final byte[] OPT_precedence
static final java.lang.String[] OPT_words
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||