public final class TimesTerm extends BinaryExpression
| Constructor and Description |
|---|
TimesTerm(Expression base1,
Expression base2)
construct binary product with components base1 and base2
|
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression |
construct(Expression first,
Expression second)
Construct binary expression of the same kind as this expression.
|
int |
getPriority()
get binding level for printing (lower numbers mean greater binding power)
|
accept, getFirst, getSecond, instantiate, printCoreprintPriorityprint, printParens, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitprint, printParens, toStringpublic TimesTerm(Expression base1, Expression base2)
base1 - the first componentbase2 - the second componentpublic int getPriority()
getPriority in interface ExpressiongetPriority in class ExpressionBasepublic BinaryExpression construct(Expression first, Expression second)
construct in class BinaryExpressionfirst - an expression.second - an expression.