public class BinaryArithTimesExpr extends BinaryArithExpr
ASTNode
,
BinaryArithExpr
leftExpr, rightExpr
Constructor and Description |
---|
BinaryArithTimesExpr(int lineNum,
Expr leftExpr,
Expr rightExpr)
BinaryArithTimesExpr constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(visitor.Visitor v,
java.lang.Object o)
Visitor method
|
java.lang.String |
getOperandType()
Get the operand type
|
java.lang.String |
getOpName()
Get the operation name
|
java.lang.String |
getOpType()
Get the operation type
|
getLeftExpr, getRightExpr
getExprType, setExprType
getLineNum
public java.lang.String getOpName()
getOpName
in class BinaryExpr
public java.lang.String getOpType()
getOpType
in class BinaryExpr
public java.lang.String getOperandType()
getOperandType
in class BinaryExpr
public java.lang.Object accept(visitor.Visitor v, java.lang.Object o)
accept
in class BinaryArithExpr
v
- visitor objecto
- object to pass downVisitor