Uses of Class
com.google.api.generator.engine.ast.ForStatement.Builder
-
Packages that use ForStatement.Builder Package Description com.google.api.generator.engine.ast -
-
Uses of ForStatement.Builder in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return ForStatement.Builder Modifier and Type Method Description static ForStatement.BuilderForStatement. builder()abstract ForStatement.BuilderForStatement.Builder. setBody(List<Statement> body)abstract ForStatement.BuilderForStatement.Builder. setCollectionExpr(Expr collectionExpr)abstract ForStatement.BuilderForStatement.Builder. setLocalVariableExpr(VariableExpr variableExpr)
-