Class ArithmeticOperationExpr
java.lang.Object
com.google.api.generator.engine.ast.ArithmeticOperationExpr
- All Implemented Interfaces:
AstNode,Expr,OperationExpr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.static ArithmeticOperationExprconcatWithExprs(Expr lhsExpr, Expr rhsExpr) abstract ExprlhsExpr()abstract OperatorKindabstract ExprrhsExpr()abstract TypeNodetype()
-
Constructor Details
-
ArithmeticOperationExpr
public ArithmeticOperationExpr()
-
-
Method Details
-
lhsExpr
-
rhsExpr
-
operatorKind
- Specified by:
operatorKindin interfaceOperationExpr
-
type
- Specified by:
typein interfaceExpr- Specified by:
typein interfaceOperationExpr
-
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
concatWithExprs
-