Package | Description |
---|---|
jason.asSyntax |
Modifier and Type | Method and Description |
---|---|
ArithExpr.ArithmeticOp |
ArithExpr.getOp()
gets the Operation of this Expression
|
static ArithExpr.ArithmeticOp |
ArithExpr.ArithmeticOp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArithExpr.ArithmeticOp[] |
ArithExpr.ArithmeticOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArithExpr(ArithExpr.ArithmeticOp oper,
NumberTerm t1) |
ArithExpr(NumberTerm t1,
ArithExpr.ArithmeticOp oper,
NumberTerm t2) |