Class UnaryOperationExpr
java.lang.Object
com.google.api.generator.engine.ast.UnaryOperationExpr
- 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.abstract Exprexpr()booleanstatic UnaryOperationExprlogicalNotWithExpr(Expr expr) abstract OperatorKindstatic UnaryOperationExprpostfixIncrementWithExpr(Expr expr) abstract TypeNodetype()
-
Constructor Details
-
UnaryOperationExpr
public UnaryOperationExpr()
-
-
Method Details
-
expr
-
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. -
isPostfixIncrement
public boolean isPostfixIncrement() -
postfixIncrementWithExpr
-
logicalNotWithExpr
-