Package io.sundr.model
Class SwitchFluent<A extends SwitchFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.SwitchFluent<A>
-
- Direct Known Subclasses:
BlockFluent.SwitchStatementsNested,DoFluent.SwitchStatementNested,ForeachFluent.SwitchBodyNested,ForFluent.SwitchBodyNested,IfFluent.SwitchStatementNested,LambdaFluent.SwitchStatementNested,SwitchBuilder,WhileFluent.SwitchStatementNested
public class SwitchFluent<A extends SwitchFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description SwitchFluent()SwitchFluent(Switch instance)
-
Method Summary
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
SwitchFluent
public SwitchFluent()
-
SwitchFluent
public SwitchFluent(Switch instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Switch instance)
-
buildExpression
public Expression buildExpression()
-
withExpression
public A withExpression(Expression expression)
-
hasExpression
public boolean hasExpression()
-
withNewMultiplyExpression
public SwitchFluent.MultiplyExpressionNested<A> withNewMultiplyExpression()
-
withNewMultiplyExpressionLike
public SwitchFluent.MultiplyExpressionNested<A> withNewMultiplyExpressionLike(Multiply item)
-
withNewNewArrayExpression
public SwitchFluent.NewArrayExpressionNested<A> withNewNewArrayExpression()
-
withNewNewArrayExpressionLike
public SwitchFluent.NewArrayExpressionNested<A> withNewNewArrayExpressionLike(NewArray item)
-
withNewInstanceOfExpression
public SwitchFluent.InstanceOfExpressionNested<A> withNewInstanceOfExpression()
-
withNewInstanceOfExpressionLike
public SwitchFluent.InstanceOfExpressionNested<A> withNewInstanceOfExpressionLike(InstanceOf item)
-
withNewMethodCallExpression
public SwitchFluent.MethodCallExpressionNested<A> withNewMethodCallExpression()
-
withNewMethodCallExpressionLike
public SwitchFluent.MethodCallExpressionNested<A> withNewMethodCallExpressionLike(MethodCall item)
-
withNewInverseExpression
public SwitchFluent.InverseExpressionNested<A> withNewInverseExpression()
-
withNewInverseExpressionLike
public SwitchFluent.InverseExpressionNested<A> withNewInverseExpressionLike(Inverse item)
-
withNewIndexExpression
public SwitchFluent.IndexExpressionNested<A> withNewIndexExpression()
-
withNewIndexExpressionLike
public SwitchFluent.IndexExpressionNested<A> withNewIndexExpressionLike(Index item)
-
withNewGreaterThanOrEqualExpression
public SwitchFluent.GreaterThanOrEqualExpressionNested<A> withNewGreaterThanOrEqualExpression()
-
withNewGreaterThanOrEqualExpressionLike
public SwitchFluent.GreaterThanOrEqualExpressionNested<A> withNewGreaterThanOrEqualExpressionLike(GreaterThanOrEqual item)
-
withNewGreaterThanOrEqualExpression
public A withNewGreaterThanOrEqualExpression(Object left, Object right)
-
withNewBitwiseAndExpression
public SwitchFluent.BitwiseAndExpressionNested<A> withNewBitwiseAndExpression()
-
withNewBitwiseAndExpressionLike
public SwitchFluent.BitwiseAndExpressionNested<A> withNewBitwiseAndExpressionLike(BitwiseAnd item)
-
withNewMinusExpression
public SwitchFluent.MinusExpressionNested<A> withNewMinusExpression()
-
withNewMinusExpressionLike
public SwitchFluent.MinusExpressionNested<A> withNewMinusExpressionLike(Minus item)
-
withNewLogicalOrExpression
public SwitchFluent.LogicalOrExpressionNested<A> withNewLogicalOrExpression()
-
withNewLogicalOrExpressionLike
public SwitchFluent.LogicalOrExpressionNested<A> withNewLogicalOrExpressionLike(LogicalOr item)
-
withNewNotEqualsExpression
public SwitchFluent.NotEqualsExpressionNested<A> withNewNotEqualsExpression()
-
withNewNotEqualsExpressionLike
public SwitchFluent.NotEqualsExpressionNested<A> withNewNotEqualsExpressionLike(NotEquals item)
-
withNewDivideExpression
public SwitchFluent.DivideExpressionNested<A> withNewDivideExpression()
-
withNewDivideExpressionLike
public SwitchFluent.DivideExpressionNested<A> withNewDivideExpressionLike(Divide item)
-
withNewLessThanExpression
public SwitchFluent.LessThanExpressionNested<A> withNewLessThanExpression()
-
withNewLessThanExpressionLike
public SwitchFluent.LessThanExpressionNested<A> withNewLessThanExpressionLike(LessThan item)
-
withNewBitwiseOrExpression
public SwitchFluent.BitwiseOrExpressionNested<A> withNewBitwiseOrExpression()
-
withNewBitwiseOrExpressionLike
public SwitchFluent.BitwiseOrExpressionNested<A> withNewBitwiseOrExpressionLike(BitwiseOr item)
-
withNewPropertyRefExpression
public SwitchFluent.PropertyRefExpressionNested<A> withNewPropertyRefExpression()
-
withNewPropertyRefExpressionLike
public SwitchFluent.PropertyRefExpressionNested<A> withNewPropertyRefExpressionLike(PropertyRef item)
-
withNewRightShiftExpression
public SwitchFluent.RightShiftExpressionNested<A> withNewRightShiftExpression()
-
withNewRightShiftExpressionLike
public SwitchFluent.RightShiftExpressionNested<A> withNewRightShiftExpressionLike(RightShift item)
-
withNewGreaterThanExpression
public SwitchFluent.GreaterThanExpressionNested<A> withNewGreaterThanExpression()
-
withNewGreaterThanExpressionLike
public SwitchFluent.GreaterThanExpressionNested<A> withNewGreaterThanExpressionLike(GreaterThan item)
-
withNewDeclareExpression
public SwitchFluent.DeclareExpressionNested<A> withNewDeclareExpression()
-
withNewDeclareExpressionLike
public SwitchFluent.DeclareExpressionNested<A> withNewDeclareExpressionLike(Declare item)
-
withNewCastExpression
public SwitchFluent.CastExpressionNested<A> withNewCastExpression()
-
withNewCastExpressionLike
public SwitchFluent.CastExpressionNested<A> withNewCastExpressionLike(Cast item)
-
withNewModuloExpression
public SwitchFluent.ModuloExpressionNested<A> withNewModuloExpression()
-
withNewModuloExpressionLike
public SwitchFluent.ModuloExpressionNested<A> withNewModuloExpressionLike(Modulo item)
-
withNewValueRefExpression
public SwitchFluent.ValueRefExpressionNested<A> withNewValueRefExpression()
-
withNewValueRefExpressionLike
public SwitchFluent.ValueRefExpressionNested<A> withNewValueRefExpressionLike(ValueRef item)
-
withNewLeftShiftExpression
public SwitchFluent.LeftShiftExpressionNested<A> withNewLeftShiftExpression()
-
withNewLeftShiftExpressionLike
public SwitchFluent.LeftShiftExpressionNested<A> withNewLeftShiftExpressionLike(LeftShift item)
-
withNewTernaryExpression
public SwitchFluent.TernaryExpressionNested<A> withNewTernaryExpression()
-
withNewTernaryExpressionLike
public SwitchFluent.TernaryExpressionNested<A> withNewTernaryExpressionLike(Ternary item)
-
withNewBinaryExpression
public SwitchFluent.BinaryExpressionNested<A> withNewBinaryExpression()
-
withNewBinaryExpressionLike
public SwitchFluent.BinaryExpressionNested<A> withNewBinaryExpressionLike(BinaryExpression item)
-
withNewEqualsExpression
public SwitchFluent.EqualsExpressionNested<A> withNewEqualsExpression()
-
withNewEqualsExpressionLike
public SwitchFluent.EqualsExpressionNested<A> withNewEqualsExpressionLike(Equals item)
-
withNewEnclosedExpression
public SwitchFluent.EnclosedExpressionNested<A> withNewEnclosedExpression()
-
withNewEnclosedExpressionLike
public SwitchFluent.EnclosedExpressionNested<A> withNewEnclosedExpressionLike(Enclosed item)
-
withNewPreDecrementExpression
public SwitchFluent.PreDecrementExpressionNested<A> withNewPreDecrementExpression()
-
withNewPreDecrementExpressionLike
public SwitchFluent.PreDecrementExpressionNested<A> withNewPreDecrementExpressionLike(PreDecrement item)
-
withNewPostDecrementExpression
public SwitchFluent.PostDecrementExpressionNested<A> withNewPostDecrementExpression()
-
withNewPostDecrementExpressionLike
public SwitchFluent.PostDecrementExpressionNested<A> withNewPostDecrementExpressionLike(PostDecrement item)
-
withNewLambdaExpression
public SwitchFluent.LambdaExpressionNested<A> withNewLambdaExpression()
-
withNewLambdaExpressionLike
public SwitchFluent.LambdaExpressionNested<A> withNewLambdaExpressionLike(Lambda item)
-
withNewNotExpression
public SwitchFluent.NotExpressionNested<A> withNewNotExpression()
-
withNewNotExpressionLike
public SwitchFluent.NotExpressionNested<A> withNewNotExpressionLike(Not item)
-
withNewAssignExpression
public SwitchFluent.AssignExpressionNested<A> withNewAssignExpression()
-
withNewAssignExpressionLike
public SwitchFluent.AssignExpressionNested<A> withNewAssignExpressionLike(Assign item)
-
withNewNegativeExpression
public SwitchFluent.NegativeExpressionNested<A> withNewNegativeExpression()
-
withNewNegativeExpressionLike
public SwitchFluent.NegativeExpressionNested<A> withNewNegativeExpressionLike(Negative item)
-
withNewThisExpression
public SwitchFluent.ThisExpressionNested<A> withNewThisExpression()
-
withNewThisExpressionLike
public SwitchFluent.ThisExpressionNested<A> withNewThisExpressionLike(This item)
-
withNewLogicalAndExpression
public SwitchFluent.LogicalAndExpressionNested<A> withNewLogicalAndExpression()
-
withNewLogicalAndExpressionLike
public SwitchFluent.LogicalAndExpressionNested<A> withNewLogicalAndExpressionLike(LogicalAnd item)
-
withNewPostIncrementExpression
public SwitchFluent.PostIncrementExpressionNested<A> withNewPostIncrementExpression()
-
withNewPostIncrementExpressionLike
public SwitchFluent.PostIncrementExpressionNested<A> withNewPostIncrementExpressionLike(PostIncrement item)
-
withNewRightUnsignedShiftExpression
public SwitchFluent.RightUnsignedShiftExpressionNested<A> withNewRightUnsignedShiftExpression()
-
withNewRightUnsignedShiftExpressionLike
public SwitchFluent.RightUnsignedShiftExpressionNested<A> withNewRightUnsignedShiftExpressionLike(RightUnsignedShift item)
-
withNewRightUnsignedShiftExpression
public A withNewRightUnsignedShiftExpression(Object left, Object right)
-
withNewPlusExpression
public SwitchFluent.PlusExpressionNested<A> withNewPlusExpression()
-
withNewPlusExpressionLike
public SwitchFluent.PlusExpressionNested<A> withNewPlusExpressionLike(Plus item)
-
withNewConstructExpression
public SwitchFluent.ConstructExpressionNested<A> withNewConstructExpression()
-
withNewConstructExpressionLike
public SwitchFluent.ConstructExpressionNested<A> withNewConstructExpressionLike(Construct item)
-
withNewXorExpression
public SwitchFluent.XorExpressionNested<A> withNewXorExpression()
-
withNewXorExpressionLike
public SwitchFluent.XorExpressionNested<A> withNewXorExpressionLike(Xor item)
-
withNewPreIncrementExpression
public SwitchFluent.PreIncrementExpressionNested<A> withNewPreIncrementExpression()
-
withNewPreIncrementExpressionLike
public SwitchFluent.PreIncrementExpressionNested<A> withNewPreIncrementExpressionLike(PreIncrement item)
-
withNewLessThanOrEqualExpression
public SwitchFluent.LessThanOrEqualExpressionNested<A> withNewLessThanOrEqualExpression()
-
withNewLessThanOrEqualExpressionLike
public SwitchFluent.LessThanOrEqualExpressionNested<A> withNewLessThanOrEqualExpressionLike(LessThanOrEqual item)
-
withNewLessThanOrEqualExpression
public A withNewLessThanOrEqualExpression(Object left, Object right)
-
withNewPositiveExpression
public SwitchFluent.PositiveExpressionNested<A> withNewPositiveExpression()
-
withNewPositiveExpressionLike
public SwitchFluent.PositiveExpressionNested<A> withNewPositiveExpressionLike(Positive item)
-
hasCases
public boolean hasCases()
-
hasDefaultCase
public boolean hasDefaultCase()
-
withNewDefaultCase
public SwitchFluent.DefaultCaseNested<A> withNewDefaultCase()
-
withNewDefaultCaseLike
public SwitchFluent.DefaultCaseNested<A> withNewDefaultCaseLike(Block item)
-
editDefaultCase
public SwitchFluent.DefaultCaseNested<A> editDefaultCase()
-
editOrNewDefaultCase
public <T> SwitchFluent.DefaultCaseNested<?> editOrNewDefaultCase()
-
editOrNewDefaultCaseLike
public SwitchFluent.DefaultCaseNested<A> editOrNewDefaultCaseLike(Block item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends SwitchFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends SwitchFluent<A>>
-
builder
protected static <T> VisitableBuilder<T,?> builder(Object item)
-
-