Package io.sundr.model
Class ForeachBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.ForeachFluent<ForeachBuilder>
-
- io.sundr.model.ForeachBuilder
-
- All Implemented Interfaces:
Builder<Foreach>,Visitable<ForeachBuilder>,VisitableBuilder<Foreach,ForeachBuilder>
public class ForeachBuilder extends ForeachFluent<ForeachBuilder> implements VisitableBuilder<Foreach,ForeachBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.ForeachFluent
ForeachFluent.AssignBodyNested<N>, ForeachFluent.AssignExpressionNested<N>, ForeachFluent.BinaryExpressionNested<N>, ForeachFluent.BitwiseAndExpressionNested<N>, ForeachFluent.BitwiseOrExpressionNested<N>, ForeachFluent.BlockBodyNested<N>, ForeachFluent.BreakBodyNested<N>, ForeachFluent.CastExpressionNested<N>, ForeachFluent.ConstructExpressionNested<N>, ForeachFluent.ContinueBodyNested<N>, ForeachFluent.DeclareBodyNested<N>, ForeachFluent.DeclareExpressionNested<N>, ForeachFluent.DeclareNested<N>, ForeachFluent.DivideExpressionNested<N>, ForeachFluent.DoBodyNested<N>, ForeachFluent.EnclosedExpressionNested<N>, ForeachFluent.EqualsExpressionNested<N>, ForeachFluent.ForBodyNested<N>, ForeachFluent.ForeachBodyNested<N>, ForeachFluent.GreaterThanExpressionNested<N>, ForeachFluent.GreaterThanOrEqualExpressionNested<N>, ForeachFluent.IfBodyNested<N>, ForeachFluent.IndexExpressionNested<N>, ForeachFluent.InstanceOfExpressionNested<N>, ForeachFluent.InverseExpressionNested<N>, ForeachFluent.LambdaBodyNested<N>, ForeachFluent.LambdaExpressionNested<N>, ForeachFluent.LeftShiftExpressionNested<N>, ForeachFluent.LessThanExpressionNested<N>, ForeachFluent.LessThanOrEqualExpressionNested<N>, ForeachFluent.LogicalAndExpressionNested<N>, ForeachFluent.LogicalOrExpressionNested<N>, ForeachFluent.MethodCallBodyNested<N>, ForeachFluent.MethodCallExpressionNested<N>, ForeachFluent.MinusExpressionNested<N>, ForeachFluent.ModuloExpressionNested<N>, ForeachFluent.MultiplyExpressionNested<N>, ForeachFluent.NegativeExpressionNested<N>, ForeachFluent.NewArrayExpressionNested<N>, ForeachFluent.NotEqualsExpressionNested<N>, ForeachFluent.NotExpressionNested<N>, ForeachFluent.PlusExpressionNested<N>, ForeachFluent.PositiveExpressionNested<N>, ForeachFluent.PostDecrementExpressionNested<N>, ForeachFluent.PostIncrementExpressionNested<N>, ForeachFluent.PreDecrementExpressionNested<N>, ForeachFluent.PreIncrementExpressionNested<N>, ForeachFluent.PropertyRefExpressionNested<N>, ForeachFluent.ReturnBodyNested<N>, ForeachFluent.RightShiftExpressionNested<N>, ForeachFluent.RightUnsignedShiftExpressionNested<N>, ForeachFluent.StringStatementBodyNested<N>, ForeachFluent.SwitchBodyNested<N>, ForeachFluent.TernaryExpressionNested<N>, ForeachFluent.ThisExpressionNested<N>, ForeachFluent.ValueRefExpressionNested<N>, ForeachFluent.WhileBodyNested<N>, ForeachFluent.XorExpressionNested<N>
-
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ForeachBuilder()ForeachBuilder(Foreach instance)ForeachBuilder(ForeachFluent<?> fluent)ForeachBuilder(ForeachFluent<?> fluent, Foreach instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Foreachbuild()-
Methods inherited from class io.sundr.model.ForeachFluent
buildBody, buildDeclare, builder, buildExpression, copyInstance, editDeclare, editOrNewDeclare, editOrNewDeclareLike, equals, hasBody, hasDeclare, hasExpression, hashCode, toString, withBody, withDeclare, withExpression, withNewAssignBody, withNewAssignBodyLike, withNewAssignExpression, withNewAssignExpressionLike, withNewBinaryExpression, withNewBinaryExpressionLike, withNewBitwiseAndExpression, withNewBitwiseAndExpression, withNewBitwiseAndExpressionLike, withNewBitwiseOrExpression, withNewBitwiseOrExpression, withNewBitwiseOrExpressionLike, withNewBlockBody, withNewBlockBodyLike, withNewBreakBody, withNewBreakBodyLike, withNewCastExpression, withNewCastExpressionLike, withNewConstructExpression, withNewConstructExpressionLike, withNewContinueBody, withNewContinueBodyLike, withNewDeclare, withNewDeclare, withNewDeclare, withNewDeclareBody, withNewDeclareBody, withNewDeclareBody, withNewDeclareBodyLike, withNewDeclareExpression, withNewDeclareExpression, withNewDeclareExpression, withNewDeclareExpressionLike, withNewDeclareLike, withNewDivideExpression, withNewDivideExpression, withNewDivideExpressionLike, withNewDoBody, withNewDoBodyLike, withNewEnclosedExpression, withNewEnclosedExpressionLike, withNewEqualsExpression, withNewEqualsExpression, withNewEqualsExpressionLike, withNewForBody, withNewForBodyLike, withNewForeachBody, withNewForeachBodyLike, withNewGreaterThanExpression, withNewGreaterThanExpression, withNewGreaterThanExpressionLike, withNewGreaterThanOrEqualExpression, withNewGreaterThanOrEqualExpression, withNewGreaterThanOrEqualExpressionLike, withNewIfBody, withNewIfBodyLike, withNewIndexExpression, withNewIndexExpressionLike, withNewInstanceOfExpression, withNewInstanceOfExpressionLike, withNewInverseExpression, withNewInverseExpressionLike, withNewLambdaBody, withNewLambdaBodyLike, withNewLambdaExpression, withNewLambdaExpressionLike, withNewLeftShiftExpression, withNewLeftShiftExpression, withNewLeftShiftExpressionLike, withNewLessThanExpression, withNewLessThanExpression, withNewLessThanExpressionLike, withNewLessThanOrEqualExpression, withNewLessThanOrEqualExpression, withNewLessThanOrEqualExpressionLike, withNewLogicalAndExpression, withNewLogicalAndExpression, withNewLogicalAndExpressionLike, withNewLogicalOrExpression, withNewLogicalOrExpression, withNewLogicalOrExpressionLike, withNewMethodCallBody, withNewMethodCallBodyLike, withNewMethodCallExpression, withNewMethodCallExpressionLike, withNewMinusExpression, withNewMinusExpression, withNewMinusExpressionLike, withNewModuloExpression, withNewModuloExpression, withNewModuloExpressionLike, withNewMultiplyExpression, withNewMultiplyExpression, withNewMultiplyExpressionLike, withNewNegativeExpression, withNewNegativeExpressionLike, withNewNewArrayExpression, withNewNewArrayExpression, withNewNewArrayExpressionLike, withNewNotEqualsExpression, withNewNotEqualsExpression, withNewNotEqualsExpressionLike, withNewNotExpression, withNewNotExpressionLike, withNewPlusExpression, withNewPlusExpression, withNewPlusExpressionLike, withNewPositiveExpression, withNewPositiveExpressionLike, withNewPostDecrementExpression, withNewPostDecrementExpressionLike, withNewPostIncrementExpression, withNewPostIncrementExpressionLike, withNewPreDecrementExpression, withNewPreDecrementExpressionLike, withNewPreIncrementExpression, withNewPreIncrementExpressionLike, withNewPropertyRefExpression, withNewPropertyRefExpressionLike, withNewReturnBody, withNewReturnBody, withNewReturnBodyLike, withNewRightShiftExpression, withNewRightShiftExpression, withNewRightShiftExpressionLike, withNewRightUnsignedShiftExpression, withNewRightUnsignedShiftExpression, withNewRightUnsignedShiftExpressionLike, withNewStringStatementBody, withNewStringStatementBody, withNewStringStatementBody, withNewStringStatementBodyLike, withNewSwitchBody, withNewSwitchBodyLike, withNewTernaryExpression, withNewTernaryExpressionLike, withNewThisExpression, withNewThisExpressionLike, withNewValueRefExpression, withNewValueRefExpression, withNewValueRefExpressionLike, withNewWhileBody, withNewWhileBodyLike, withNewXorExpression, withNewXorExpression, withNewXorExpressionLike
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ForeachBuilder
public ForeachBuilder()
-
ForeachBuilder
public ForeachBuilder(ForeachFluent<?> fluent)
-
ForeachBuilder
public ForeachBuilder(ForeachFluent<?> fluent, Foreach instance)
-
ForeachBuilder
public ForeachBuilder(Foreach instance)
-
-