Uses of Class
jason.asSyntax.ArithExpr.ArithmeticOp
Package | Description |
---|---|
jason.asSyntax |
-
Uses of ArithExpr.ArithmeticOp in jason.asSyntax
Fields in jason.asSyntax declared as ArithExpr.ArithmeticOp Modifier and Type Field Description private ArithExpr.ArithmeticOp
ArithExpr. op
Methods in jason.asSyntax that return ArithExpr.ArithmeticOp Modifier and Type Method Description ArithExpr.ArithmeticOp
ArithExpr. getOp()
gets the Operation of this Expressionstatic 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 Constructor Description ArithExpr(ArithExpr.ArithmeticOp oper, NumberTerm t1)
ArithExpr(NumberTerm t1, ArithExpr.ArithmeticOp oper, NumberTerm t2)