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