Uses of Class
com.google.api.generator.engine.ast.ValueExpr
-
Packages that use ValueExpr Package Description com.google.api.generator.engine.ast com.google.api.generator.engine.writer -
-
Uses of ValueExpr in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return ValueExpr Modifier and Type Method Description abstract ValueExprValueExpr.Builder. build()static ValueExprValueExpr. createNullExpr()static ValueExprValueExpr. withValue(Value value)Methods in com.google.api.generator.engine.ast with parameters of type ValueExpr Modifier and Type Method Description static GeneralForStatementGeneralForStatement. incrementWith(VariableExpr localVariableExpr, ValueExpr initialValueExpr, Expr maxSizeExpr, List<Statement> body)AnnotationNode.BuilderAnnotationNode.Builder. setDescription(ValueExpr valueExpr)To set single ValueExpr as description.voidAstNodeVisitor. visit(ValueExpr valueExpr)=============================== EXPRESSIONS =============================== -
Uses of ValueExpr in com.google.api.generator.engine.writer
Methods in com.google.api.generator.engine.writer with parameters of type ValueExpr Modifier and Type Method Description voidImportWriterVisitor. visit(ValueExpr valueExpr)=============================== EXPRESSIONS ===============================voidJavaWriterVisitor. visit(ValueExpr valueExpr)=============================== EXPRESSIONS ===============================
-