edu.wpi.cs.dsrg.xmldb.xat.common.expression
Interface BinCOMPExpression
- All Known Implementing Classes:
- BinCOMPExpressionImp
- public interface BinCOMPExpression
- extends BinBoolExpression
This class defines a binary comparison expression.
- Since:
- 1.0
Field Summary |
static int |
EQ
|
static int |
GEQ
|
static int |
GT
|
static int |
LEQ
|
static int |
LT
The integer representation of comparison operators. |
static int |
NEQ
|
Method Summary |
void |
setType(int param)
Insert the method's description here. |
LT
public static final int LT
- The integer representation of comparison operators.
- Since:
- 1.0
GT
public static final int GT
GEQ
public static final int GEQ
LEQ
public static final int LEQ
EQ
public static final int EQ
NEQ
public static final int NEQ
setType
public void setType(int param)
- Insert the method's description here.
- Parameters:
param
- int