edu.wpi.cs.dsrg.xmldb.xat.common.expression
Interface BinArithExpression
- All Known Implementing Classes:
- BinArithExpressionImp
- public interface BinArithExpression
- extends BinExpression
This class defines a arithmatic expression.
- Since:
- 1.0
Field Summary |
static int |
DIVIDE
|
static int |
MINUS
|
static int |
MOD
|
static int |
MULTIPLE
|
static int |
PLUS
The ASCII number for arithmatic sign "+-*%" |
Method Summary |
void |
setType(int type)
Insert the method's description here. |
PLUS
public static final int PLUS
- The ASCII number for arithmatic sign "+-*%"
- Since:
- 1.0
MINUS
public static final int MINUS
MULTIPLE
public static final int MULTIPLE
DIVIDE
public static final int DIVIDE
MOD
public static final int MOD
setType
public void setType(int type)
- Insert the method's description here.
Creation date: (8/28/02 3:49:42 PM)