Uses of Class
com.google.api.generator.engine.ast.UnaryOperationExpr
-
Packages that use UnaryOperationExpr Package Description com.google.api.generator.engine.ast com.google.api.generator.engine.writer -
-
Uses of UnaryOperationExpr in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return UnaryOperationExpr Modifier and Type Method Description static UnaryOperationExprUnaryOperationExpr. logicalNotWithExpr(Expr expr)static UnaryOperationExprUnaryOperationExpr. postfixIncrementWithExpr(Expr expr)Methods in com.google.api.generator.engine.ast with parameters of type UnaryOperationExpr Modifier and Type Method Description voidAstNodeVisitor. visit(UnaryOperationExpr unaryOperationExpr) -
Uses of UnaryOperationExpr in com.google.api.generator.engine.writer
Methods in com.google.api.generator.engine.writer with parameters of type UnaryOperationExpr Modifier and Type Method Description voidImportWriterVisitor. visit(UnaryOperationExpr unaryOperationExpr)voidJavaWriterVisitor. visit(UnaryOperationExpr unaryOperationExpr)
-