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 TypeClassDescriptionclassclassRepresents a binary expression with a left and right operand.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in io.sundr.model that return StatementModifier and TypeMethodDescriptionFor.getBody()Foreach.getBody()Synchronized.getBody()Do.getStatement()If.getStatement()Lambda.getStatement()While.getStatement()default StatementExpression.ret()static StatementStatement.ret(Expression expression) static Statementstatic StatementMethods in io.sundr.model that return types with arguments of type StatementModifier and TypeMethodDescriptionIf.getElseStatement()Try.getResources()Block.getStatements()IfDslThenStep.getStatements()Methods in io.sundr.model with parameters of type StatementModifier and TypeMethodDescriptionSwitchDslCaseStep.defaultCase(Statement... statements) SwitchDslExpressionStep.defaultCase(Statement... statements) static Lambdastatic StatementMethod parameters in io.sundr.model with type arguments of type StatementModifier and TypeMethodDescriptionSwitchDslCaseStep.defaultCase(List<Statement> statements) SwitchDslExpressionStep.defaultCase(List<Statement> statements) static 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) Synchronized(Expression lockExpression, Statement body) While(Expression condition, Statement statement) Constructor parameters in io.sundr.model with type arguments of type Statement