Uses of Interface
io.sundr.model.Statement
-
Uses of Statement in io.sundr.model
Subinterfaces of Statement in io.sundr.modelClasses in io.sundr.model that implement StatementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in io.sundr.model that return StatementModifier and TypeMethodDescriptionFor.getBody()Foreach.getBody()Do.getStatement()If.getStatement()Lambda.getStatement()While.getStatement()default StatementExpression.ret()static StatementStatement.ret(Expression expression) Methods in io.sundr.model that return types with arguments of type StatementMethods in io.sundr.model with parameters of type StatementConstructors in io.sundr.model with parameters of type StatementModifierConstructorDescriptionDo(Expression condition, Statement statement) For(Expression init, Expression compare, Expression update, Statement body) For(List<Expression> init, Expression compare, List<Expression> update, Statement body) Foreach(Declare declare, Expression expression, Statement body) Foreach(Property declarationProperty, Expression expression, Statement body) If(Expression condition, Statement statement) If(Expression condition, Statement statement, Statement elseStatement) If(Expression condition, Statement statement, Optional<Statement> elseStatement) While(Expression condition, Statement statement) Constructor parameters in io.sundr.model with type arguments of type Statement