public class BinaryCompGeqExpr extends BinaryCompExpr
ASTNode
,
BinaryCompExpr
leftExpr, rightExpr
Constructor and Description |
---|
BinaryCompGeqExpr(int lineNum,
Expr leftExpr,
Expr rightExpr)
BinaryCompGeqExpr 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 BinaryCompExpr
v
- visitor objecto
- object to pass downVisitor