Package org.saxpath
Interface Operator
-
public interface Operator
-
-
Field Summary
Fields Modifier and Type Field Description static intADDstatic intDIVstatic intEQUALSstatic intGREATER_THANstatic intGREATER_THAN_EQUALSstatic intLESS_THANstatic intLESS_THAN_EQUALSstatic intMODstatic intMULTIPLYstatic intNEGATIVEstatic intNO_OPstatic intNOT_EQUALSstatic intSUBTRACT
-
-
-
Field Detail
-
NO_OP
static final int NO_OP
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
NOT_EQUALS
static final int NOT_EQUALS
- See Also:
- Constant Field Values
-
LESS_THAN
static final int LESS_THAN
- See Also:
- Constant Field Values
-
LESS_THAN_EQUALS
static final int LESS_THAN_EQUALS
- See Also:
- Constant Field Values
-
GREATER_THAN
static final int GREATER_THAN
- See Also:
- Constant Field Values
-
GREATER_THAN_EQUALS
static final int GREATER_THAN_EQUALS
- See Also:
- Constant Field Values
-
ADD
static final int ADD
- See Also:
- Constant Field Values
-
SUBTRACT
static final int SUBTRACT
- See Also:
- Constant Field Values
-
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
-
MOD
static final int MOD
- See Also:
- Constant Field Values
-
DIV
static final int DIV
- See Also:
- Constant Field Values
-
NEGATIVE
static final int NEGATIVE
- See Also:
- Constant Field Values
-
-