Package io.sundr.model
Class SwitchBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.SwitchFluent<SwitchBuilder>
-
- io.sundr.model.SwitchBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.Switch>,io.sundr.builder.Visitable<SwitchBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.Switch,SwitchBuilder>
public class SwitchBuilder extends SwitchFluent<SwitchBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.Switch,SwitchBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.SwitchFluent
SwitchFluent.AssignExpressionNested<N>, SwitchFluent.BinaryExpressionNested<N>, SwitchFluent.BitwiseAndExpressionNested<N>, SwitchFluent.BitwiseOrExpressionNested<N>, SwitchFluent.CastExpressionNested<N>, SwitchFluent.ConstructExpressionNested<N>, SwitchFluent.DeclareExpressionNested<N>, SwitchFluent.DefaultCaseNested<N>, SwitchFluent.DivideExpressionNested<N>, SwitchFluent.EnclosedExpressionNested<N>, SwitchFluent.EqualsExpressionNested<N>, SwitchFluent.GreaterThanExpressionNested<N>, SwitchFluent.GreaterThanOrEqualExpressionNested<N>, SwitchFluent.IndexExpressionNested<N>, SwitchFluent.InstanceOfExpressionNested<N>, SwitchFluent.InverseExpressionNested<N>, SwitchFluent.LambdaExpressionNested<N>, SwitchFluent.LeftShiftExpressionNested<N>, SwitchFluent.LessThanExpressionNested<N>, SwitchFluent.LessThanOrEqualExpressionNested<N>, SwitchFluent.LogicalAndExpressionNested<N>, SwitchFluent.LogicalOrExpressionNested<N>, SwitchFluent.MethodCallExpressionNested<N>, SwitchFluent.MinusExpressionNested<N>, SwitchFluent.ModuloExpressionNested<N>, SwitchFluent.MultiplyExpressionNested<N>, SwitchFluent.NegativeExpressionNested<N>, SwitchFluent.NewArrayExpressionNested<N>, SwitchFluent.NotEqualsExpressionNested<N>, SwitchFluent.NotExpressionNested<N>, SwitchFluent.PlusExpressionNested<N>, SwitchFluent.PositiveExpressionNested<N>, SwitchFluent.PostDecrementExpressionNested<N>, SwitchFluent.PostIncrementExpressionNested<N>, SwitchFluent.PreDecrementExpressionNested<N>, SwitchFluent.PreIncrementExpressionNested<N>, SwitchFluent.PropertyRefExpressionNested<N>, SwitchFluent.RightShiftExpressionNested<N>, SwitchFluent.RightUnsignedShiftExpressionNested<N>, SwitchFluent.TernaryExpressionNested<N>, SwitchFluent.ThisExpressionNested<N>, SwitchFluent.ValueRefExpressionNested<N>, SwitchFluent.XorExpressionNested<N>
-
-
Constructor Summary
Constructors Constructor Description SwitchBuilder()SwitchBuilder(io.sundr.model.Switch instance)SwitchBuilder(SwitchFluent<?> fluent)SwitchBuilder(SwitchFluent<?> fluent, io.sundr.model.Switch instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.Switchbuild()-
Methods inherited from class io.sundr.model.SwitchFluent
addToCases, addToCases, buildDefaultCase, builder, buildExpression, copyInstance, editDefaultCase, editOrNewDefaultCase, editOrNewDefaultCaseLike, equals, getCases, hasCases, hasDefaultCase, hasExpression, hashCode, removeFromCases, removeFromCases, toString, withCases, withDefaultCase, withDefaultCase, withExpression, withNewAssignExpression, withNewAssignExpressionLike, withNewBinaryExpression, withNewBinaryExpressionLike, withNewBitwiseAndExpression, withNewBitwiseAndExpression, withNewBitwiseAndExpressionLike, withNewBitwiseOrExpression, withNewBitwiseOrExpression, withNewBitwiseOrExpressionLike, withNewCastExpression, withNewCastExpressionLike, withNewConstructExpression, withNewConstructExpressionLike, withNewDeclareExpression, withNewDeclareExpression, withNewDeclareExpression, withNewDeclareExpressionLike, withNewDefaultCase, withNewDefaultCaseLike, withNewDivideExpression, withNewDivideExpression, withNewDivideExpressionLike, withNewEnclosedExpression, withNewEnclosedExpressionLike, withNewEqualsExpression, withNewEqualsExpression, withNewEqualsExpressionLike, withNewGreaterThanExpression, withNewGreaterThanExpression, withNewGreaterThanExpressionLike, withNewGreaterThanOrEqualExpression, withNewGreaterThanOrEqualExpression, withNewGreaterThanOrEqualExpressionLike, withNewIndexExpression, withNewIndexExpressionLike, withNewInstanceOfExpression, withNewInstanceOfExpressionLike, withNewInverseExpression, withNewInverseExpressionLike, withNewLambdaExpression, withNewLambdaExpressionLike, withNewLeftShiftExpression, withNewLeftShiftExpression, withNewLeftShiftExpressionLike, withNewLessThanExpression, withNewLessThanExpression, withNewLessThanExpressionLike, withNewLessThanOrEqualExpression, withNewLessThanOrEqualExpression, withNewLessThanOrEqualExpressionLike, withNewLogicalAndExpression, withNewLogicalAndExpression, withNewLogicalAndExpressionLike, withNewLogicalOrExpression, withNewLogicalOrExpression, withNewLogicalOrExpressionLike, 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, withNewRightShiftExpression, withNewRightShiftExpression, withNewRightShiftExpressionLike, withNewRightUnsignedShiftExpression, withNewRightUnsignedShiftExpression, withNewRightUnsignedShiftExpressionLike, withNewTernaryExpression, withNewTernaryExpressionLike, withNewThisExpression, withNewThisExpressionLike, withNewValueRefExpression, withNewValueRefExpression, withNewValueRefExpressionLike, withNewXorExpression, withNewXorExpression, withNewXorExpressionLike
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
SwitchBuilder
public SwitchBuilder()
-
SwitchBuilder
public SwitchBuilder(SwitchFluent<?> fluent)
-
SwitchBuilder
public SwitchBuilder(SwitchFluent<?> fluent, io.sundr.model.Switch instance)
-
SwitchBuilder
public SwitchBuilder(io.sundr.model.Switch instance)
-
-