Class RelationalOperationExpr
java.lang.Object
com.google.api.generator.engine.ast.RelationalOperationExpr
- 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 RelationalOperationExprequalToWithExprs(Expr lhsExpr, Expr rhsExpr) static RelationalOperationExprlessThanWithExprs(Expr lhsExpr, Expr rhsExpr) abstract ExprlhsExpr()static RelationalOperationExprnotEqualToWithExprs(Expr lhsExpr, Expr rhsExpr) abstract OperatorKindabstract ExprrhsExpr()type()
-
Constructor Details
-
RelationalOperationExpr
public RelationalOperationExpr()
-
-
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. -
equalToWithExprs
-
notEqualToWithExprs
-
lessThanWithExprs
-