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