Uses of Class
jason.asSyntax.ArithExpr.ArithmeticOp

Packages that use ArithExpr.ArithmeticOp
jason.asSyntax   
 

Uses of ArithExpr.ArithmeticOp in jason.asSyntax
 

Methods in jason.asSyntax that return ArithExpr.ArithmeticOp
 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.
 

Constructors in jason.asSyntax with parameters of type ArithExpr.ArithmeticOp
ArithExpr(ArithExpr.ArithmeticOp oper, NumberTerm t1)
           
ArithExpr(NumberTerm t1, ArithExpr.ArithmeticOp oper, NumberTerm t2)