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