Package io.sundr.model
Class ForFluent<A extends ForFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.ForFluent<A>
-
- Direct Known Subclasses:
BlockFluent.ForStatementsNested,DoFluent.ForStatementNested,ForBuilder,ForeachFluent.ForBodyNested,ForFluent.ForBodyNested,IfFluent.ForStatementNested,LambdaFluent.ForStatementNested,WhileFluent.ForStatementNested
public class ForFluent<A extends ForFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
-
Method Summary
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.For instance)
-
addToInit
public A addToInit(io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?> builder)
-
addToInit
public A addToInit(int index, io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?> builder)
-
addToInit
public A addToInit(int index, io.sundr.model.Expression item)
-
setToInit
public A setToInit(int index, io.sundr.model.Expression item)
-
addToInit
public A addToInit(io.sundr.model.Expression... items)
-
addAllToInit
public A addAllToInit(Collection<io.sundr.model.Expression> items)
-
removeFromInit
public A removeFromInit(io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?> builder)
-
removeFromInit
public A removeFromInit(io.sundr.model.Expression... items)
-
removeAllFromInit
public A removeAllFromInit(Collection<io.sundr.model.Expression> items)
-
removeMatchingFromInit
public A removeMatchingFromInit(Predicate<io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?>> predicate)
-
buildInit
public List<io.sundr.model.Expression> buildInit()
-
buildInit
public io.sundr.model.Expression buildInit(int index)
-
buildFirstInit
public io.sundr.model.Expression buildFirstInit()
-
buildLastInit
public io.sundr.model.Expression buildLastInit()
-
buildMatchingInit
public io.sundr.model.Expression buildMatchingInit(Predicate<io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?>> predicate)
-
hasMatchingInit
public boolean hasMatchingInit(Predicate<io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?>> predicate)
-
withInit
public A withInit(io.sundr.model.Expression... init)
-
hasInit
public boolean hasInit()
-
addNewMultiplyInit
public ForFluent.MultiplyInitNested<A> addNewMultiplyInit()
-
addNewMultiplyInitLike
public ForFluent.MultiplyInitNested<A> addNewMultiplyInitLike(io.sundr.model.Multiply item)
-
setNewMultiplyInitLike
public ForFluent.MultiplyInitNested<A> setNewMultiplyInitLike(int index, io.sundr.model.Multiply item)
-
addNewNewArrayInit
public ForFluent.NewArrayInitNested<A> addNewNewArrayInit()
-
addNewNewArrayInitLike
public ForFluent.NewArrayInitNested<A> addNewNewArrayInitLike(io.sundr.model.NewArray item)
-
setNewNewArrayInitLike
public ForFluent.NewArrayInitNested<A> setNewNewArrayInitLike(int index, io.sundr.model.NewArray item)
-
addNewInstanceOfInit
public ForFluent.InstanceOfInitNested<A> addNewInstanceOfInit()
-
addNewInstanceOfInitLike
public ForFluent.InstanceOfInitNested<A> addNewInstanceOfInitLike(io.sundr.model.InstanceOf item)
-
setNewInstanceOfInitLike
public ForFluent.InstanceOfInitNested<A> setNewInstanceOfInitLike(int index, io.sundr.model.InstanceOf item)
-
addNewMethodCallInit
public ForFluent.MethodCallInitNested<A> addNewMethodCallInit()
-
addNewMethodCallInitLike
public ForFluent.MethodCallInitNested<A> addNewMethodCallInitLike(io.sundr.model.MethodCall item)
-
setNewMethodCallInitLike
public ForFluent.MethodCallInitNested<A> setNewMethodCallInitLike(int index, io.sundr.model.MethodCall item)
-
addNewInverseInit
public ForFluent.InverseInitNested<A> addNewInverseInit()
-
addNewInverseInitLike
public ForFluent.InverseInitNested<A> addNewInverseInitLike(io.sundr.model.Inverse item)
-
setNewInverseInitLike
public ForFluent.InverseInitNested<A> setNewInverseInitLike(int index, io.sundr.model.Inverse item)
-
addNewIndexInit
public ForFluent.IndexInitNested<A> addNewIndexInit()
-
addNewIndexInitLike
public ForFluent.IndexInitNested<A> addNewIndexInitLike(io.sundr.model.Index item)
-
setNewIndexInitLike
public ForFluent.IndexInitNested<A> setNewIndexInitLike(int index, io.sundr.model.Index item)
-
addNewGreaterThanOrEqualInit
public ForFluent.GreaterThanOrEqualInitNested<A> addNewGreaterThanOrEqualInit()
-
addNewGreaterThanOrEqualInitLike
public ForFluent.GreaterThanOrEqualInitNested<A> addNewGreaterThanOrEqualInitLike(io.sundr.model.GreaterThanOrEqual item)
-
setNewGreaterThanOrEqualInitLike
public ForFluent.GreaterThanOrEqualInitNested<A> setNewGreaterThanOrEqualInitLike(int index, io.sundr.model.GreaterThanOrEqual item)
-
addNewBitwiseAndInit
public ForFluent.BitwiseAndInitNested<A> addNewBitwiseAndInit()
-
addNewBitwiseAndInitLike
public ForFluent.BitwiseAndInitNested<A> addNewBitwiseAndInitLike(io.sundr.model.BitwiseAnd item)
-
setNewBitwiseAndInitLike
public ForFluent.BitwiseAndInitNested<A> setNewBitwiseAndInitLike(int index, io.sundr.model.BitwiseAnd item)
-
addNewMinusInit
public ForFluent.MinusInitNested<A> addNewMinusInit()
-
addNewMinusInitLike
public ForFluent.MinusInitNested<A> addNewMinusInitLike(io.sundr.model.Minus item)
-
setNewMinusInitLike
public ForFluent.MinusInitNested<A> setNewMinusInitLike(int index, io.sundr.model.Minus item)
-
addNewLogicalOrInit
public ForFluent.LogicalOrInitNested<A> addNewLogicalOrInit()
-
addNewLogicalOrInitLike
public ForFluent.LogicalOrInitNested<A> addNewLogicalOrInitLike(io.sundr.model.LogicalOr item)
-
setNewLogicalOrInitLike
public ForFluent.LogicalOrInitNested<A> setNewLogicalOrInitLike(int index, io.sundr.model.LogicalOr item)
-
addNewNotEqualsInit
public ForFluent.NotEqualsInitNested<A> addNewNotEqualsInit()
-
addNewNotEqualsInitLike
public ForFluent.NotEqualsInitNested<A> addNewNotEqualsInitLike(io.sundr.model.NotEquals item)
-
setNewNotEqualsInitLike
public ForFluent.NotEqualsInitNested<A> setNewNotEqualsInitLike(int index, io.sundr.model.NotEquals item)
-
addNewDivideInit
public ForFluent.DivideInitNested<A> addNewDivideInit()
-
addNewDivideInitLike
public ForFluent.DivideInitNested<A> addNewDivideInitLike(io.sundr.model.Divide item)
-
setNewDivideInitLike
public ForFluent.DivideInitNested<A> setNewDivideInitLike(int index, io.sundr.model.Divide item)
-
addNewLessThanInit
public ForFluent.LessThanInitNested<A> addNewLessThanInit()
-
addNewLessThanInitLike
public ForFluent.LessThanInitNested<A> addNewLessThanInitLike(io.sundr.model.LessThan item)
-
setNewLessThanInitLike
public ForFluent.LessThanInitNested<A> setNewLessThanInitLike(int index, io.sundr.model.LessThan item)
-
addNewBitwiseOrInit
public ForFluent.BitwiseOrInitNested<A> addNewBitwiseOrInit()
-
addNewBitwiseOrInitLike
public ForFluent.BitwiseOrInitNested<A> addNewBitwiseOrInitLike(io.sundr.model.BitwiseOr item)
-
setNewBitwiseOrInitLike
public ForFluent.BitwiseOrInitNested<A> setNewBitwiseOrInitLike(int index, io.sundr.model.BitwiseOr item)
-
addNewPropertyRefInit
public ForFluent.PropertyRefInitNested<A> addNewPropertyRefInit()
-
addNewPropertyRefInitLike
public ForFluent.PropertyRefInitNested<A> addNewPropertyRefInitLike(io.sundr.model.PropertyRef item)
-
setNewPropertyRefInitLike
public ForFluent.PropertyRefInitNested<A> setNewPropertyRefInitLike(int index, io.sundr.model.PropertyRef item)
-
addNewRightShiftInit
public ForFluent.RightShiftInitNested<A> addNewRightShiftInit()
-
addNewRightShiftInitLike
public ForFluent.RightShiftInitNested<A> addNewRightShiftInitLike(io.sundr.model.RightShift item)
-
setNewRightShiftInitLike
public ForFluent.RightShiftInitNested<A> setNewRightShiftInitLike(int index, io.sundr.model.RightShift item)
-
addNewGreaterThanInit
public ForFluent.GreaterThanInitNested<A> addNewGreaterThanInit()
-
addNewGreaterThanInitLike
public ForFluent.GreaterThanInitNested<A> addNewGreaterThanInitLike(io.sundr.model.GreaterThan item)
-
setNewGreaterThanInitLike
public ForFluent.GreaterThanInitNested<A> setNewGreaterThanInitLike(int index, io.sundr.model.GreaterThan item)
-
addNewDeclareInit
public ForFluent.DeclareInitNested<A> addNewDeclareInit()
-
addNewDeclareInitLike
public ForFluent.DeclareInitNested<A> addNewDeclareInitLike(io.sundr.model.Declare item)
-
setNewDeclareInitLike
public ForFluent.DeclareInitNested<A> setNewDeclareInitLike(int index, io.sundr.model.Declare item)
-
addNewCastInit
public ForFluent.CastInitNested<A> addNewCastInit()
-
addNewCastInitLike
public ForFluent.CastInitNested<A> addNewCastInitLike(io.sundr.model.Cast item)
-
setNewCastInitLike
public ForFluent.CastInitNested<A> setNewCastInitLike(int index, io.sundr.model.Cast item)
-
addNewModuloInit
public ForFluent.ModuloInitNested<A> addNewModuloInit()
-
addNewModuloInitLike
public ForFluent.ModuloInitNested<A> addNewModuloInitLike(io.sundr.model.Modulo item)
-
setNewModuloInitLike
public ForFluent.ModuloInitNested<A> setNewModuloInitLike(int index, io.sundr.model.Modulo item)
-
addNewValueRefInit
public ForFluent.ValueRefInitNested<A> addNewValueRefInit()
-
addNewValueRefInitLike
public ForFluent.ValueRefInitNested<A> addNewValueRefInitLike(io.sundr.model.ValueRef item)
-
setNewValueRefInitLike
public ForFluent.ValueRefInitNested<A> setNewValueRefInitLike(int index, io.sundr.model.ValueRef item)
-
addNewLeftShiftInit
public ForFluent.LeftShiftInitNested<A> addNewLeftShiftInit()
-
addNewLeftShiftInitLike
public ForFluent.LeftShiftInitNested<A> addNewLeftShiftInitLike(io.sundr.model.LeftShift item)
-
setNewLeftShiftInitLike
public ForFluent.LeftShiftInitNested<A> setNewLeftShiftInitLike(int index, io.sundr.model.LeftShift item)
-
addNewTernaryInit
public ForFluent.TernaryInitNested<A> addNewTernaryInit()
-
addNewTernaryInitLike
public ForFluent.TernaryInitNested<A> addNewTernaryInitLike(io.sundr.model.Ternary item)
-
setNewTernaryInitLike
public ForFluent.TernaryInitNested<A> setNewTernaryInitLike(int index, io.sundr.model.Ternary item)
-
addNewBinaryExpressionInit
public ForFluent.BinaryExpressionInitNested<A> addNewBinaryExpressionInit()
-
addNewBinaryExpressionInitLike
public ForFluent.BinaryExpressionInitNested<A> addNewBinaryExpressionInitLike(io.sundr.model.BinaryExpression item)
-
setNewBinaryExpressionInitLike
public ForFluent.BinaryExpressionInitNested<A> setNewBinaryExpressionInitLike(int index, io.sundr.model.BinaryExpression item)
-
addNewEqualsInit
public ForFluent.EqualsInitNested<A> addNewEqualsInit()
-
addNewEqualsInitLike
public ForFluent.EqualsInitNested<A> addNewEqualsInitLike(io.sundr.model.Equals item)
-
setNewEqualsInitLike
public ForFluent.EqualsInitNested<A> setNewEqualsInitLike(int index, io.sundr.model.Equals item)
-
addNewEnclosedInit
public ForFluent.EnclosedInitNested<A> addNewEnclosedInit()
-
addNewEnclosedInitLike
public ForFluent.EnclosedInitNested<A> addNewEnclosedInitLike(io.sundr.model.Enclosed item)
-
setNewEnclosedInitLike
public ForFluent.EnclosedInitNested<A> setNewEnclosedInitLike(int index, io.sundr.model.Enclosed item)
-
addNewPreDecrementInit
public ForFluent.PreDecrementInitNested<A> addNewPreDecrementInit()
-
addNewPreDecrementInitLike
public ForFluent.PreDecrementInitNested<A> addNewPreDecrementInitLike(io.sundr.model.PreDecrement item)
-
setNewPreDecrementInitLike
public ForFluent.PreDecrementInitNested<A> setNewPreDecrementInitLike(int index, io.sundr.model.PreDecrement item)
-
addNewPostDecrementInit
public ForFluent.PostDecrementInitNested<A> addNewPostDecrementInit()
-
addNewPostDecrementInitLike
public ForFluent.PostDecrementInitNested<A> addNewPostDecrementInitLike(io.sundr.model.PostDecrement item)
-
setNewPostDecrementInitLike
public ForFluent.PostDecrementInitNested<A> setNewPostDecrementInitLike(int index, io.sundr.model.PostDecrement item)
-
addNewLambdaInit
public ForFluent.LambdaInitNested<A> addNewLambdaInit()
-
addNewLambdaInitLike
public ForFluent.LambdaInitNested<A> addNewLambdaInitLike(io.sundr.model.Lambda item)
-
setNewLambdaInitLike
public ForFluent.LambdaInitNested<A> setNewLambdaInitLike(int index, io.sundr.model.Lambda item)
-
addNewNotInit
public ForFluent.NotInitNested<A> addNewNotInit()
-
addNewNotInitLike
public ForFluent.NotInitNested<A> addNewNotInitLike(io.sundr.model.Not item)
-
setNewNotInitLike
public ForFluent.NotInitNested<A> setNewNotInitLike(int index, io.sundr.model.Not item)
-
addNewAssignInit
public ForFluent.AssignInitNested<A> addNewAssignInit()
-
addNewAssignInitLike
public ForFluent.AssignInitNested<A> addNewAssignInitLike(io.sundr.model.Assign item)
-
setNewAssignInitLike
public ForFluent.AssignInitNested<A> setNewAssignInitLike(int index, io.sundr.model.Assign item)
-
addNewNegativeInit
public ForFluent.NegativeInitNested<A> addNewNegativeInit()
-
addNewNegativeInitLike
public ForFluent.NegativeInitNested<A> addNewNegativeInitLike(io.sundr.model.Negative item)
-
setNewNegativeInitLike
public ForFluent.NegativeInitNested<A> setNewNegativeInitLike(int index, io.sundr.model.Negative item)
-
addNewThisInit
public ForFluent.ThisInitNested<A> addNewThisInit()
-
addNewThisInitLike
public ForFluent.ThisInitNested<A> addNewThisInitLike(io.sundr.model.This item)
-
setNewThisInitLike
public ForFluent.ThisInitNested<A> setNewThisInitLike(int index, io.sundr.model.This item)
-
addNewLogicalAndInit
public ForFluent.LogicalAndInitNested<A> addNewLogicalAndInit()
-
addNewLogicalAndInitLike
public ForFluent.LogicalAndInitNested<A> addNewLogicalAndInitLike(io.sundr.model.LogicalAnd item)
-
setNewLogicalAndInitLike
public ForFluent.LogicalAndInitNested<A> setNewLogicalAndInitLike(int index, io.sundr.model.LogicalAnd item)
-
addNewPostIncrementInit
public ForFluent.PostIncrementInitNested<A> addNewPostIncrementInit()
-
addNewPostIncrementInitLike
public ForFluent.PostIncrementInitNested<A> addNewPostIncrementInitLike(io.sundr.model.PostIncrement item)
-
setNewPostIncrementInitLike
public ForFluent.PostIncrementInitNested<A> setNewPostIncrementInitLike(int index, io.sundr.model.PostIncrement item)
-
addNewRightUnsignedShiftInit
public ForFluent.RightUnsignedShiftInitNested<A> addNewRightUnsignedShiftInit()
-
addNewRightUnsignedShiftInitLike
public ForFluent.RightUnsignedShiftInitNested<A> addNewRightUnsignedShiftInitLike(io.sundr.model.RightUnsignedShift item)
-
setNewRightUnsignedShiftInitLike
public ForFluent.RightUnsignedShiftInitNested<A> setNewRightUnsignedShiftInitLike(int index, io.sundr.model.RightUnsignedShift item)
-
addNewPlusInit
public ForFluent.PlusInitNested<A> addNewPlusInit()
-
addNewPlusInitLike
public ForFluent.PlusInitNested<A> addNewPlusInitLike(io.sundr.model.Plus item)
-
setNewPlusInitLike
public ForFluent.PlusInitNested<A> setNewPlusInitLike(int index, io.sundr.model.Plus item)
-
addNewConstructInit
public ForFluent.ConstructInitNested<A> addNewConstructInit()
-
addNewConstructInitLike
public ForFluent.ConstructInitNested<A> addNewConstructInitLike(io.sundr.model.Construct item)
-
setNewConstructInitLike
public ForFluent.ConstructInitNested<A> setNewConstructInitLike(int index, io.sundr.model.Construct item)
-
addNewXorInit
public ForFluent.XorInitNested<A> addNewXorInit()
-
addNewXorInitLike
public ForFluent.XorInitNested<A> addNewXorInitLike(io.sundr.model.Xor item)
-
setNewXorInitLike
public ForFluent.XorInitNested<A> setNewXorInitLike(int index, io.sundr.model.Xor item)
-
addNewPreIncrementInit
public ForFluent.PreIncrementInitNested<A> addNewPreIncrementInit()
-
addNewPreIncrementInitLike
public ForFluent.PreIncrementInitNested<A> addNewPreIncrementInitLike(io.sundr.model.PreIncrement item)
-
setNewPreIncrementInitLike
public ForFluent.PreIncrementInitNested<A> setNewPreIncrementInitLike(int index, io.sundr.model.PreIncrement item)
-
addNewLessThanOrEqualInit
public ForFluent.LessThanOrEqualInitNested<A> addNewLessThanOrEqualInit()
-
addNewLessThanOrEqualInitLike
public ForFluent.LessThanOrEqualInitNested<A> addNewLessThanOrEqualInitLike(io.sundr.model.LessThanOrEqual item)
-
setNewLessThanOrEqualInitLike
public ForFluent.LessThanOrEqualInitNested<A> setNewLessThanOrEqualInitLike(int index, io.sundr.model.LessThanOrEqual item)
-
addNewPositiveInit
public ForFluent.PositiveInitNested<A> addNewPositiveInit()
-
addNewPositiveInitLike
public ForFluent.PositiveInitNested<A> addNewPositiveInitLike(io.sundr.model.Positive item)
-
setNewPositiveInitLike
public ForFluent.PositiveInitNested<A> setNewPositiveInitLike(int index, io.sundr.model.Positive item)
-
buildCompare
public io.sundr.model.Expression buildCompare()
-
withCompare
public A withCompare(io.sundr.model.Expression compare)
-
hasCompare
public boolean hasCompare()
-
withNewMultiplyCompare
public ForFluent.MultiplyCompareNested<A> withNewMultiplyCompare()
-
withNewMultiplyCompareLike
public ForFluent.MultiplyCompareNested<A> withNewMultiplyCompareLike(io.sundr.model.Multiply item)
-
withNewNewArrayCompare
public ForFluent.NewArrayCompareNested<A> withNewNewArrayCompare()
-
withNewNewArrayCompareLike
public ForFluent.NewArrayCompareNested<A> withNewNewArrayCompareLike(io.sundr.model.NewArray item)
-
withNewInstanceOfCompare
public ForFluent.InstanceOfCompareNested<A> withNewInstanceOfCompare()
-
withNewInstanceOfCompareLike
public ForFluent.InstanceOfCompareNested<A> withNewInstanceOfCompareLike(io.sundr.model.InstanceOf item)
-
withNewMethodCallCompare
public ForFluent.MethodCallCompareNested<A> withNewMethodCallCompare()
-
withNewMethodCallCompareLike
public ForFluent.MethodCallCompareNested<A> withNewMethodCallCompareLike(io.sundr.model.MethodCall item)
-
withNewInverseCompare
public ForFluent.InverseCompareNested<A> withNewInverseCompare()
-
withNewInverseCompareLike
public ForFluent.InverseCompareNested<A> withNewInverseCompareLike(io.sundr.model.Inverse item)
-
withNewIndexCompare
public ForFluent.IndexCompareNested<A> withNewIndexCompare()
-
withNewIndexCompareLike
public ForFluent.IndexCompareNested<A> withNewIndexCompareLike(io.sundr.model.Index item)
-
withNewGreaterThanOrEqualCompare
public ForFluent.GreaterThanOrEqualCompareNested<A> withNewGreaterThanOrEqualCompare()
-
withNewGreaterThanOrEqualCompareLike
public ForFluent.GreaterThanOrEqualCompareNested<A> withNewGreaterThanOrEqualCompareLike(io.sundr.model.GreaterThanOrEqual item)
-
withNewGreaterThanOrEqualCompare
public A withNewGreaterThanOrEqualCompare(Object left, Object right)
-
withNewBitwiseAndCompare
public ForFluent.BitwiseAndCompareNested<A> withNewBitwiseAndCompare()
-
withNewBitwiseAndCompareLike
public ForFluent.BitwiseAndCompareNested<A> withNewBitwiseAndCompareLike(io.sundr.model.BitwiseAnd item)
-
withNewMinusCompare
public ForFluent.MinusCompareNested<A> withNewMinusCompare()
-
withNewMinusCompareLike
public ForFluent.MinusCompareNested<A> withNewMinusCompareLike(io.sundr.model.Minus item)
-
withNewLogicalOrCompare
public ForFluent.LogicalOrCompareNested<A> withNewLogicalOrCompare()
-
withNewLogicalOrCompareLike
public ForFluent.LogicalOrCompareNested<A> withNewLogicalOrCompareLike(io.sundr.model.LogicalOr item)
-
withNewNotEqualsCompare
public ForFluent.NotEqualsCompareNested<A> withNewNotEqualsCompare()
-
withNewNotEqualsCompareLike
public ForFluent.NotEqualsCompareNested<A> withNewNotEqualsCompareLike(io.sundr.model.NotEquals item)
-
withNewDivideCompare
public ForFluent.DivideCompareNested<A> withNewDivideCompare()
-
withNewDivideCompareLike
public ForFluent.DivideCompareNested<A> withNewDivideCompareLike(io.sundr.model.Divide item)
-
withNewLessThanCompare
public ForFluent.LessThanCompareNested<A> withNewLessThanCompare()
-
withNewLessThanCompareLike
public ForFluent.LessThanCompareNested<A> withNewLessThanCompareLike(io.sundr.model.LessThan item)
-
withNewBitwiseOrCompare
public ForFluent.BitwiseOrCompareNested<A> withNewBitwiseOrCompare()
-
withNewBitwiseOrCompareLike
public ForFluent.BitwiseOrCompareNested<A> withNewBitwiseOrCompareLike(io.sundr.model.BitwiseOr item)
-
withNewPropertyRefCompare
public ForFluent.PropertyRefCompareNested<A> withNewPropertyRefCompare()
-
withNewPropertyRefCompareLike
public ForFluent.PropertyRefCompareNested<A> withNewPropertyRefCompareLike(io.sundr.model.PropertyRef item)
-
withNewRightShiftCompare
public ForFluent.RightShiftCompareNested<A> withNewRightShiftCompare()
-
withNewRightShiftCompareLike
public ForFluent.RightShiftCompareNested<A> withNewRightShiftCompareLike(io.sundr.model.RightShift item)
-
withNewGreaterThanCompare
public ForFluent.GreaterThanCompareNested<A> withNewGreaterThanCompare()
-
withNewGreaterThanCompareLike
public ForFluent.GreaterThanCompareNested<A> withNewGreaterThanCompareLike(io.sundr.model.GreaterThan item)
-
withNewDeclareCompare
public ForFluent.DeclareCompareNested<A> withNewDeclareCompare()
-
withNewDeclareCompareLike
public ForFluent.DeclareCompareNested<A> withNewDeclareCompareLike(io.sundr.model.Declare item)
-
withNewCastCompare
public ForFluent.CastCompareNested<A> withNewCastCompare()
-
withNewCastCompareLike
public ForFluent.CastCompareNested<A> withNewCastCompareLike(io.sundr.model.Cast item)
-
withNewModuloCompare
public ForFluent.ModuloCompareNested<A> withNewModuloCompare()
-
withNewModuloCompareLike
public ForFluent.ModuloCompareNested<A> withNewModuloCompareLike(io.sundr.model.Modulo item)
-
withNewValueRefCompare
public ForFluent.ValueRefCompareNested<A> withNewValueRefCompare()
-
withNewValueRefCompareLike
public ForFluent.ValueRefCompareNested<A> withNewValueRefCompareLike(io.sundr.model.ValueRef item)
-
withNewLeftShiftCompare
public ForFluent.LeftShiftCompareNested<A> withNewLeftShiftCompare()
-
withNewLeftShiftCompareLike
public ForFluent.LeftShiftCompareNested<A> withNewLeftShiftCompareLike(io.sundr.model.LeftShift item)
-
withNewTernaryCompare
public ForFluent.TernaryCompareNested<A> withNewTernaryCompare()
-
withNewTernaryCompareLike
public ForFluent.TernaryCompareNested<A> withNewTernaryCompareLike(io.sundr.model.Ternary item)
-
withNewBinaryExpressionCompare
public ForFluent.BinaryExpressionCompareNested<A> withNewBinaryExpressionCompare()
-
withNewBinaryExpressionCompareLike
public ForFluent.BinaryExpressionCompareNested<A> withNewBinaryExpressionCompareLike(io.sundr.model.BinaryExpression item)
-
withNewEqualsCompare
public ForFluent.EqualsCompareNested<A> withNewEqualsCompare()
-
withNewEqualsCompareLike
public ForFluent.EqualsCompareNested<A> withNewEqualsCompareLike(io.sundr.model.Equals item)
-
withNewEnclosedCompare
public ForFluent.EnclosedCompareNested<A> withNewEnclosedCompare()
-
withNewEnclosedCompareLike
public ForFluent.EnclosedCompareNested<A> withNewEnclosedCompareLike(io.sundr.model.Enclosed item)
-
withNewPreDecrementCompare
public ForFluent.PreDecrementCompareNested<A> withNewPreDecrementCompare()
-
withNewPreDecrementCompareLike
public ForFluent.PreDecrementCompareNested<A> withNewPreDecrementCompareLike(io.sundr.model.PreDecrement item)
-
withNewPostDecrementCompare
public ForFluent.PostDecrementCompareNested<A> withNewPostDecrementCompare()
-
withNewPostDecrementCompareLike
public ForFluent.PostDecrementCompareNested<A> withNewPostDecrementCompareLike(io.sundr.model.PostDecrement item)
-
withNewLambdaCompare
public ForFluent.LambdaCompareNested<A> withNewLambdaCompare()
-
withNewLambdaCompareLike
public ForFluent.LambdaCompareNested<A> withNewLambdaCompareLike(io.sundr.model.Lambda item)
-
withNewNotCompare
public ForFluent.NotCompareNested<A> withNewNotCompare()
-
withNewNotCompareLike
public ForFluent.NotCompareNested<A> withNewNotCompareLike(io.sundr.model.Not item)
-
withNewAssignCompare
public ForFluent.AssignCompareNested<A> withNewAssignCompare()
-
withNewAssignCompareLike
public ForFluent.AssignCompareNested<A> withNewAssignCompareLike(io.sundr.model.Assign item)
-
withNewNegativeCompare
public ForFluent.NegativeCompareNested<A> withNewNegativeCompare()
-
withNewNegativeCompareLike
public ForFluent.NegativeCompareNested<A> withNewNegativeCompareLike(io.sundr.model.Negative item)
-
withNewThisCompare
public ForFluent.ThisCompareNested<A> withNewThisCompare()
-
withNewThisCompareLike
public ForFluent.ThisCompareNested<A> withNewThisCompareLike(io.sundr.model.This item)
-
withNewLogicalAndCompare
public ForFluent.LogicalAndCompareNested<A> withNewLogicalAndCompare()
-
withNewLogicalAndCompareLike
public ForFluent.LogicalAndCompareNested<A> withNewLogicalAndCompareLike(io.sundr.model.LogicalAnd item)
-
withNewPostIncrementCompare
public ForFluent.PostIncrementCompareNested<A> withNewPostIncrementCompare()
-
withNewPostIncrementCompareLike
public ForFluent.PostIncrementCompareNested<A> withNewPostIncrementCompareLike(io.sundr.model.PostIncrement item)
-
withNewRightUnsignedShiftCompare
public ForFluent.RightUnsignedShiftCompareNested<A> withNewRightUnsignedShiftCompare()
-
withNewRightUnsignedShiftCompareLike
public ForFluent.RightUnsignedShiftCompareNested<A> withNewRightUnsignedShiftCompareLike(io.sundr.model.RightUnsignedShift item)
-
withNewRightUnsignedShiftCompare
public A withNewRightUnsignedShiftCompare(Object left, Object right)
-
withNewPlusCompare
public ForFluent.PlusCompareNested<A> withNewPlusCompare()
-
withNewPlusCompareLike
public ForFluent.PlusCompareNested<A> withNewPlusCompareLike(io.sundr.model.Plus item)
-
withNewConstructCompare
public ForFluent.ConstructCompareNested<A> withNewConstructCompare()
-
withNewConstructCompareLike
public ForFluent.ConstructCompareNested<A> withNewConstructCompareLike(io.sundr.model.Construct item)
-
withNewXorCompare
public ForFluent.XorCompareNested<A> withNewXorCompare()
-
withNewXorCompareLike
public ForFluent.XorCompareNested<A> withNewXorCompareLike(io.sundr.model.Xor item)
-
withNewPreIncrementCompare
public ForFluent.PreIncrementCompareNested<A> withNewPreIncrementCompare()
-
withNewPreIncrementCompareLike
public ForFluent.PreIncrementCompareNested<A> withNewPreIncrementCompareLike(io.sundr.model.PreIncrement item)
-
withNewLessThanOrEqualCompare
public ForFluent.LessThanOrEqualCompareNested<A> withNewLessThanOrEqualCompare()
-
withNewLessThanOrEqualCompareLike
public ForFluent.LessThanOrEqualCompareNested<A> withNewLessThanOrEqualCompareLike(io.sundr.model.LessThanOrEqual item)
-
withNewPositiveCompare
public ForFluent.PositiveCompareNested<A> withNewPositiveCompare()
-
withNewPositiveCompareLike
public ForFluent.PositiveCompareNested<A> withNewPositiveCompareLike(io.sundr.model.Positive item)
-
addToUpdate
public A addToUpdate(io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?> builder)
-
addToUpdate
public A addToUpdate(int index, io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?> builder)
-
addToUpdate
public A addToUpdate(int index, io.sundr.model.Expression item)
-
setToUpdate
public A setToUpdate(int index, io.sundr.model.Expression item)
-
addToUpdate
public A addToUpdate(io.sundr.model.Expression... items)
-
addAllToUpdate
public A addAllToUpdate(Collection<io.sundr.model.Expression> items)
-
removeFromUpdate
public A removeFromUpdate(io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?> builder)
-
removeFromUpdate
public A removeFromUpdate(io.sundr.model.Expression... items)
-
removeAllFromUpdate
public A removeAllFromUpdate(Collection<io.sundr.model.Expression> items)
-
removeMatchingFromUpdate
public A removeMatchingFromUpdate(Predicate<io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?>> predicate)
-
buildUpdate
public List<io.sundr.model.Expression> buildUpdate()
-
buildUpdate
public io.sundr.model.Expression buildUpdate(int index)
-
buildFirstUpdate
public io.sundr.model.Expression buildFirstUpdate()
-
buildLastUpdate
public io.sundr.model.Expression buildLastUpdate()
-
buildMatchingUpdate
public io.sundr.model.Expression buildMatchingUpdate(Predicate<io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?>> predicate)
-
hasMatchingUpdate
public boolean hasMatchingUpdate(Predicate<io.sundr.builder.VisitableBuilder<? extends io.sundr.model.Expression,?>> predicate)
-
withUpdate
public A withUpdate(io.sundr.model.Expression... update)
-
hasUpdate
public boolean hasUpdate()
-
addNewMultiplyUpdate
public ForFluent.MultiplyUpdateNested<A> addNewMultiplyUpdate()
-
addNewMultiplyUpdateLike
public ForFluent.MultiplyUpdateNested<A> addNewMultiplyUpdateLike(io.sundr.model.Multiply item)
-
setNewMultiplyUpdateLike
public ForFluent.MultiplyUpdateNested<A> setNewMultiplyUpdateLike(int index, io.sundr.model.Multiply item)
-
addNewNewArrayUpdate
public ForFluent.NewArrayUpdateNested<A> addNewNewArrayUpdate()
-
addNewNewArrayUpdateLike
public ForFluent.NewArrayUpdateNested<A> addNewNewArrayUpdateLike(io.sundr.model.NewArray item)
-
setNewNewArrayUpdateLike
public ForFluent.NewArrayUpdateNested<A> setNewNewArrayUpdateLike(int index, io.sundr.model.NewArray item)
-
addNewInstanceOfUpdate
public ForFluent.InstanceOfUpdateNested<A> addNewInstanceOfUpdate()
-
addNewInstanceOfUpdateLike
public ForFluent.InstanceOfUpdateNested<A> addNewInstanceOfUpdateLike(io.sundr.model.InstanceOf item)
-
setNewInstanceOfUpdateLike
public ForFluent.InstanceOfUpdateNested<A> setNewInstanceOfUpdateLike(int index, io.sundr.model.InstanceOf item)
-
addNewMethodCallUpdate
public ForFluent.MethodCallUpdateNested<A> addNewMethodCallUpdate()
-
addNewMethodCallUpdateLike
public ForFluent.MethodCallUpdateNested<A> addNewMethodCallUpdateLike(io.sundr.model.MethodCall item)
-
setNewMethodCallUpdateLike
public ForFluent.MethodCallUpdateNested<A> setNewMethodCallUpdateLike(int index, io.sundr.model.MethodCall item)
-
addNewInverseUpdate
public ForFluent.InverseUpdateNested<A> addNewInverseUpdate()
-
addNewInverseUpdateLike
public ForFluent.InverseUpdateNested<A> addNewInverseUpdateLike(io.sundr.model.Inverse item)
-
setNewInverseUpdateLike
public ForFluent.InverseUpdateNested<A> setNewInverseUpdateLike(int index, io.sundr.model.Inverse item)
-
addNewIndexUpdate
public ForFluent.IndexUpdateNested<A> addNewIndexUpdate()
-
addNewIndexUpdateLike
public ForFluent.IndexUpdateNested<A> addNewIndexUpdateLike(io.sundr.model.Index item)
-
setNewIndexUpdateLike
public ForFluent.IndexUpdateNested<A> setNewIndexUpdateLike(int index, io.sundr.model.Index item)
-
addNewGreaterThanOrEqualUpdate
public ForFluent.GreaterThanOrEqualUpdateNested<A> addNewGreaterThanOrEqualUpdate()
-
addNewGreaterThanOrEqualUpdateLike
public ForFluent.GreaterThanOrEqualUpdateNested<A> addNewGreaterThanOrEqualUpdateLike(io.sundr.model.GreaterThanOrEqual item)
-
setNewGreaterThanOrEqualUpdateLike
public ForFluent.GreaterThanOrEqualUpdateNested<A> setNewGreaterThanOrEqualUpdateLike(int index, io.sundr.model.GreaterThanOrEqual item)
-
addNewBitwiseAndUpdate
public ForFluent.BitwiseAndUpdateNested<A> addNewBitwiseAndUpdate()
-
addNewBitwiseAndUpdateLike
public ForFluent.BitwiseAndUpdateNested<A> addNewBitwiseAndUpdateLike(io.sundr.model.BitwiseAnd item)
-
setNewBitwiseAndUpdateLike
public ForFluent.BitwiseAndUpdateNested<A> setNewBitwiseAndUpdateLike(int index, io.sundr.model.BitwiseAnd item)
-
addNewMinusUpdate
public ForFluent.MinusUpdateNested<A> addNewMinusUpdate()
-
addNewMinusUpdateLike
public ForFluent.MinusUpdateNested<A> addNewMinusUpdateLike(io.sundr.model.Minus item)
-
setNewMinusUpdateLike
public ForFluent.MinusUpdateNested<A> setNewMinusUpdateLike(int index, io.sundr.model.Minus item)
-
addNewLogicalOrUpdate
public ForFluent.LogicalOrUpdateNested<A> addNewLogicalOrUpdate()
-
addNewLogicalOrUpdateLike
public ForFluent.LogicalOrUpdateNested<A> addNewLogicalOrUpdateLike(io.sundr.model.LogicalOr item)
-
setNewLogicalOrUpdateLike
public ForFluent.LogicalOrUpdateNested<A> setNewLogicalOrUpdateLike(int index, io.sundr.model.LogicalOr item)
-
addNewNotEqualsUpdate
public ForFluent.NotEqualsUpdateNested<A> addNewNotEqualsUpdate()
-
addNewNotEqualsUpdateLike
public ForFluent.NotEqualsUpdateNested<A> addNewNotEqualsUpdateLike(io.sundr.model.NotEquals item)
-
setNewNotEqualsUpdateLike
public ForFluent.NotEqualsUpdateNested<A> setNewNotEqualsUpdateLike(int index, io.sundr.model.NotEquals item)
-
addNewDivideUpdate
public ForFluent.DivideUpdateNested<A> addNewDivideUpdate()
-
addNewDivideUpdateLike
public ForFluent.DivideUpdateNested<A> addNewDivideUpdateLike(io.sundr.model.Divide item)
-
setNewDivideUpdateLike
public ForFluent.DivideUpdateNested<A> setNewDivideUpdateLike(int index, io.sundr.model.Divide item)
-
addNewLessThanUpdate
public ForFluent.LessThanUpdateNested<A> addNewLessThanUpdate()
-
addNewLessThanUpdateLike
public ForFluent.LessThanUpdateNested<A> addNewLessThanUpdateLike(io.sundr.model.LessThan item)
-
setNewLessThanUpdateLike
public ForFluent.LessThanUpdateNested<A> setNewLessThanUpdateLike(int index, io.sundr.model.LessThan item)
-
addNewBitwiseOrUpdate
public ForFluent.BitwiseOrUpdateNested<A> addNewBitwiseOrUpdate()
-
addNewBitwiseOrUpdateLike
public ForFluent.BitwiseOrUpdateNested<A> addNewBitwiseOrUpdateLike(io.sundr.model.BitwiseOr item)
-
setNewBitwiseOrUpdateLike
public ForFluent.BitwiseOrUpdateNested<A> setNewBitwiseOrUpdateLike(int index, io.sundr.model.BitwiseOr item)
-
addNewPropertyRefUpdate
public ForFluent.PropertyRefUpdateNested<A> addNewPropertyRefUpdate()
-
addNewPropertyRefUpdateLike
public ForFluent.PropertyRefUpdateNested<A> addNewPropertyRefUpdateLike(io.sundr.model.PropertyRef item)
-
setNewPropertyRefUpdateLike
public ForFluent.PropertyRefUpdateNested<A> setNewPropertyRefUpdateLike(int index, io.sundr.model.PropertyRef item)
-
addNewRightShiftUpdate
public ForFluent.RightShiftUpdateNested<A> addNewRightShiftUpdate()
-
addNewRightShiftUpdateLike
public ForFluent.RightShiftUpdateNested<A> addNewRightShiftUpdateLike(io.sundr.model.RightShift item)
-
setNewRightShiftUpdateLike
public ForFluent.RightShiftUpdateNested<A> setNewRightShiftUpdateLike(int index, io.sundr.model.RightShift item)
-
addNewGreaterThanUpdate
public ForFluent.GreaterThanUpdateNested<A> addNewGreaterThanUpdate()
-
addNewGreaterThanUpdateLike
public ForFluent.GreaterThanUpdateNested<A> addNewGreaterThanUpdateLike(io.sundr.model.GreaterThan item)
-
setNewGreaterThanUpdateLike
public ForFluent.GreaterThanUpdateNested<A> setNewGreaterThanUpdateLike(int index, io.sundr.model.GreaterThan item)
-
addNewDeclareUpdate
public ForFluent.DeclareUpdateNested<A> addNewDeclareUpdate()
-
addNewDeclareUpdateLike
public ForFluent.DeclareUpdateNested<A> addNewDeclareUpdateLike(io.sundr.model.Declare item)
-
setNewDeclareUpdateLike
public ForFluent.DeclareUpdateNested<A> setNewDeclareUpdateLike(int index, io.sundr.model.Declare item)
-
addNewCastUpdate
public ForFluent.CastUpdateNested<A> addNewCastUpdate()
-
addNewCastUpdateLike
public ForFluent.CastUpdateNested<A> addNewCastUpdateLike(io.sundr.model.Cast item)
-
setNewCastUpdateLike
public ForFluent.CastUpdateNested<A> setNewCastUpdateLike(int index, io.sundr.model.Cast item)
-
addNewModuloUpdate
public ForFluent.ModuloUpdateNested<A> addNewModuloUpdate()
-
addNewModuloUpdateLike
public ForFluent.ModuloUpdateNested<A> addNewModuloUpdateLike(io.sundr.model.Modulo item)
-
setNewModuloUpdateLike
public ForFluent.ModuloUpdateNested<A> setNewModuloUpdateLike(int index, io.sundr.model.Modulo item)
-
addNewValueRefUpdate
public ForFluent.ValueRefUpdateNested<A> addNewValueRefUpdate()
-
addNewValueRefUpdateLike
public ForFluent.ValueRefUpdateNested<A> addNewValueRefUpdateLike(io.sundr.model.ValueRef item)
-
setNewValueRefUpdateLike
public ForFluent.ValueRefUpdateNested<A> setNewValueRefUpdateLike(int index, io.sundr.model.ValueRef item)
-
addNewLeftShiftUpdate
public ForFluent.LeftShiftUpdateNested<A> addNewLeftShiftUpdate()
-
addNewLeftShiftUpdateLike
public ForFluent.LeftShiftUpdateNested<A> addNewLeftShiftUpdateLike(io.sundr.model.LeftShift item)
-
setNewLeftShiftUpdateLike
public ForFluent.LeftShiftUpdateNested<A> setNewLeftShiftUpdateLike(int index, io.sundr.model.LeftShift item)
-
addNewTernaryUpdate
public ForFluent.TernaryUpdateNested<A> addNewTernaryUpdate()
-
addNewTernaryUpdateLike
public ForFluent.TernaryUpdateNested<A> addNewTernaryUpdateLike(io.sundr.model.Ternary item)
-
setNewTernaryUpdateLike
public ForFluent.TernaryUpdateNested<A> setNewTernaryUpdateLike(int index, io.sundr.model.Ternary item)
-
addNewBinaryExpressionUpdate
public ForFluent.BinaryExpressionUpdateNested<A> addNewBinaryExpressionUpdate()
-
addNewBinaryExpressionUpdateLike
public ForFluent.BinaryExpressionUpdateNested<A> addNewBinaryExpressionUpdateLike(io.sundr.model.BinaryExpression item)
-
setNewBinaryExpressionUpdateLike
public ForFluent.BinaryExpressionUpdateNested<A> setNewBinaryExpressionUpdateLike(int index, io.sundr.model.BinaryExpression item)
-
addNewEqualsUpdate
public ForFluent.EqualsUpdateNested<A> addNewEqualsUpdate()
-
addNewEqualsUpdateLike
public ForFluent.EqualsUpdateNested<A> addNewEqualsUpdateLike(io.sundr.model.Equals item)
-
setNewEqualsUpdateLike
public ForFluent.EqualsUpdateNested<A> setNewEqualsUpdateLike(int index, io.sundr.model.Equals item)
-
addNewEnclosedUpdate
public ForFluent.EnclosedUpdateNested<A> addNewEnclosedUpdate()
-
addNewEnclosedUpdateLike
public ForFluent.EnclosedUpdateNested<A> addNewEnclosedUpdateLike(io.sundr.model.Enclosed item)
-
setNewEnclosedUpdateLike
public ForFluent.EnclosedUpdateNested<A> setNewEnclosedUpdateLike(int index, io.sundr.model.Enclosed item)
-
addNewPreDecrementUpdate
public ForFluent.PreDecrementUpdateNested<A> addNewPreDecrementUpdate()
-
addNewPreDecrementUpdateLike
public ForFluent.PreDecrementUpdateNested<A> addNewPreDecrementUpdateLike(io.sundr.model.PreDecrement item)
-
setNewPreDecrementUpdateLike
public ForFluent.PreDecrementUpdateNested<A> setNewPreDecrementUpdateLike(int index, io.sundr.model.PreDecrement item)
-
addNewPostDecrementUpdate
public ForFluent.PostDecrementUpdateNested<A> addNewPostDecrementUpdate()
-
addNewPostDecrementUpdateLike
public ForFluent.PostDecrementUpdateNested<A> addNewPostDecrementUpdateLike(io.sundr.model.PostDecrement item)
-
setNewPostDecrementUpdateLike
public ForFluent.PostDecrementUpdateNested<A> setNewPostDecrementUpdateLike(int index, io.sundr.model.PostDecrement item)
-
addNewLambdaUpdate
public ForFluent.LambdaUpdateNested<A> addNewLambdaUpdate()
-
addNewLambdaUpdateLike
public ForFluent.LambdaUpdateNested<A> addNewLambdaUpdateLike(io.sundr.model.Lambda item)
-
setNewLambdaUpdateLike
public ForFluent.LambdaUpdateNested<A> setNewLambdaUpdateLike(int index, io.sundr.model.Lambda item)
-
addNewNotUpdate
public ForFluent.NotUpdateNested<A> addNewNotUpdate()
-
addNewNotUpdateLike
public ForFluent.NotUpdateNested<A> addNewNotUpdateLike(io.sundr.model.Not item)
-
setNewNotUpdateLike
public ForFluent.NotUpdateNested<A> setNewNotUpdateLike(int index, io.sundr.model.Not item)
-
addNewAssignUpdate
public ForFluent.AssignUpdateNested<A> addNewAssignUpdate()
-
addNewAssignUpdateLike
public ForFluent.AssignUpdateNested<A> addNewAssignUpdateLike(io.sundr.model.Assign item)
-
setNewAssignUpdateLike
public ForFluent.AssignUpdateNested<A> setNewAssignUpdateLike(int index, io.sundr.model.Assign item)
-
addNewNegativeUpdate
public ForFluent.NegativeUpdateNested<A> addNewNegativeUpdate()
-
addNewNegativeUpdateLike
public ForFluent.NegativeUpdateNested<A> addNewNegativeUpdateLike(io.sundr.model.Negative item)
-
setNewNegativeUpdateLike
public ForFluent.NegativeUpdateNested<A> setNewNegativeUpdateLike(int index, io.sundr.model.Negative item)
-
addNewThisUpdate
public ForFluent.ThisUpdateNested<A> addNewThisUpdate()
-
addNewThisUpdateLike
public ForFluent.ThisUpdateNested<A> addNewThisUpdateLike(io.sundr.model.This item)
-
setNewThisUpdateLike
public ForFluent.ThisUpdateNested<A> setNewThisUpdateLike(int index, io.sundr.model.This item)
-
addNewLogicalAndUpdate
public ForFluent.LogicalAndUpdateNested<A> addNewLogicalAndUpdate()
-
addNewLogicalAndUpdateLike
public ForFluent.LogicalAndUpdateNested<A> addNewLogicalAndUpdateLike(io.sundr.model.LogicalAnd item)
-
setNewLogicalAndUpdateLike
public ForFluent.LogicalAndUpdateNested<A> setNewLogicalAndUpdateLike(int index, io.sundr.model.LogicalAnd item)
-
addNewPostIncrementUpdate
public ForFluent.PostIncrementUpdateNested<A> addNewPostIncrementUpdate()
-
addNewPostIncrementUpdateLike
public ForFluent.PostIncrementUpdateNested<A> addNewPostIncrementUpdateLike(io.sundr.model.PostIncrement item)
-
setNewPostIncrementUpdateLike
public ForFluent.PostIncrementUpdateNested<A> setNewPostIncrementUpdateLike(int index, io.sundr.model.PostIncrement item)
-
addNewRightUnsignedShiftUpdate
public ForFluent.RightUnsignedShiftUpdateNested<A> addNewRightUnsignedShiftUpdate()
-
addNewRightUnsignedShiftUpdateLike
public ForFluent.RightUnsignedShiftUpdateNested<A> addNewRightUnsignedShiftUpdateLike(io.sundr.model.RightUnsignedShift item)
-
setNewRightUnsignedShiftUpdateLike
public ForFluent.RightUnsignedShiftUpdateNested<A> setNewRightUnsignedShiftUpdateLike(int index, io.sundr.model.RightUnsignedShift item)
-
addNewPlusUpdate
public ForFluent.PlusUpdateNested<A> addNewPlusUpdate()
-
addNewPlusUpdateLike
public ForFluent.PlusUpdateNested<A> addNewPlusUpdateLike(io.sundr.model.Plus item)
-
setNewPlusUpdateLike
public ForFluent.PlusUpdateNested<A> setNewPlusUpdateLike(int index, io.sundr.model.Plus item)
-
addNewConstructUpdate
public ForFluent.ConstructUpdateNested<A> addNewConstructUpdate()
-
addNewConstructUpdateLike
public ForFluent.ConstructUpdateNested<A> addNewConstructUpdateLike(io.sundr.model.Construct item)
-
setNewConstructUpdateLike
public ForFluent.ConstructUpdateNested<A> setNewConstructUpdateLike(int index, io.sundr.model.Construct item)
-
addNewXorUpdate
public ForFluent.XorUpdateNested<A> addNewXorUpdate()
-
addNewXorUpdateLike
public ForFluent.XorUpdateNested<A> addNewXorUpdateLike(io.sundr.model.Xor item)
-
setNewXorUpdateLike
public ForFluent.XorUpdateNested<A> setNewXorUpdateLike(int index, io.sundr.model.Xor item)
-
addNewPreIncrementUpdate
public ForFluent.PreIncrementUpdateNested<A> addNewPreIncrementUpdate()
-
addNewPreIncrementUpdateLike
public ForFluent.PreIncrementUpdateNested<A> addNewPreIncrementUpdateLike(io.sundr.model.PreIncrement item)
-
setNewPreIncrementUpdateLike
public ForFluent.PreIncrementUpdateNested<A> setNewPreIncrementUpdateLike(int index, io.sundr.model.PreIncrement item)
-
addNewLessThanOrEqualUpdate
public ForFluent.LessThanOrEqualUpdateNested<A> addNewLessThanOrEqualUpdate()
-
addNewLessThanOrEqualUpdateLike
public ForFluent.LessThanOrEqualUpdateNested<A> addNewLessThanOrEqualUpdateLike(io.sundr.model.LessThanOrEqual item)
-
setNewLessThanOrEqualUpdateLike
public ForFluent.LessThanOrEqualUpdateNested<A> setNewLessThanOrEqualUpdateLike(int index, io.sundr.model.LessThanOrEqual item)
-
addNewPositiveUpdate
public ForFluent.PositiveUpdateNested<A> addNewPositiveUpdate()
-
addNewPositiveUpdateLike
public ForFluent.PositiveUpdateNested<A> addNewPositiveUpdateLike(io.sundr.model.Positive item)
-
setNewPositiveUpdateLike
public ForFluent.PositiveUpdateNested<A> setNewPositiveUpdateLike(int index, io.sundr.model.Positive item)
-
buildBody
public io.sundr.model.Statement buildBody()
-
withBody
public A withBody(io.sundr.model.Statement body)
-
hasBody
public boolean hasBody()
-
withNewMethodCallBody
public ForFluent.MethodCallBodyNested<A> withNewMethodCallBody()
-
withNewMethodCallBodyLike
public ForFluent.MethodCallBodyNested<A> withNewMethodCallBodyLike(io.sundr.model.MethodCall item)
-
withNewSwitchBody
public ForFluent.SwitchBodyNested<A> withNewSwitchBody()
-
withNewSwitchBodyLike
public ForFluent.SwitchBodyNested<A> withNewSwitchBodyLike(io.sundr.model.Switch item)
-
withNewBreakBody
public ForFluent.BreakBodyNested<A> withNewBreakBody()
-
withNewBreakBodyLike
public ForFluent.BreakBodyNested<A> withNewBreakBodyLike(io.sundr.model.Break item)
-
withNewDeclareBody
public ForFluent.DeclareBodyNested<A> withNewDeclareBody()
-
withNewDeclareBodyLike
public ForFluent.DeclareBodyNested<A> withNewDeclareBodyLike(io.sundr.model.Declare item)
-
withNewWhileBody
public ForFluent.WhileBodyNested<A> withNewWhileBody()
-
withNewWhileBodyLike
public ForFluent.WhileBodyNested<A> withNewWhileBodyLike(io.sundr.model.While item)
-
withNewContinueBody
public ForFluent.ContinueBodyNested<A> withNewContinueBody()
-
withNewContinueBodyLike
public ForFluent.ContinueBodyNested<A> withNewContinueBodyLike(io.sundr.model.Continue item)
-
withNewStringStatementBody
public ForFluent.StringStatementBodyNested<A> withNewStringStatementBody()
-
withNewStringStatementBodyLike
public ForFluent.StringStatementBodyNested<A> withNewStringStatementBodyLike(io.sundr.model.StringStatement item)
-
withNewDoBody
public ForFluent.DoBodyNested<A> withNewDoBody()
-
withNewDoBodyLike
public ForFluent.DoBodyNested<A> withNewDoBodyLike(io.sundr.model.Do item)
-
withNewForeachBody
public ForFluent.ForeachBodyNested<A> withNewForeachBody()
-
withNewForeachBodyLike
public ForFluent.ForeachBodyNested<A> withNewForeachBodyLike(io.sundr.model.Foreach item)
-
withNewBlockBody
public ForFluent.BlockBodyNested<A> withNewBlockBody()
-
withNewBlockBodyLike
public ForFluent.BlockBodyNested<A> withNewBlockBodyLike(io.sundr.model.Block item)
-
withNewIfBody
public ForFluent.IfBodyNested<A> withNewIfBody()
-
withNewIfBodyLike
public ForFluent.IfBodyNested<A> withNewIfBodyLike(io.sundr.model.If item)
-
withNewLambdaBody
public ForFluent.LambdaBodyNested<A> withNewLambdaBody()
-
withNewLambdaBodyLike
public ForFluent.LambdaBodyNested<A> withNewLambdaBodyLike(io.sundr.model.Lambda item)
-
withNewReturnBody
public ForFluent.ReturnBodyNested<A> withNewReturnBody()
-
withNewReturnBodyLike
public ForFluent.ReturnBodyNested<A> withNewReturnBodyLike(io.sundr.model.Return item)
-
withNewAssignBody
public ForFluent.AssignBodyNested<A> withNewAssignBody()
-
withNewAssignBodyLike
public ForFluent.AssignBodyNested<A> withNewAssignBodyLike(io.sundr.model.Assign item)
-
withNewForBody
public ForFluent.ForBodyNested<A> withNewForBody()
-
withNewForBodyLike
public ForFluent.ForBodyNested<A> withNewForBodyLike(io.sundr.model.For item)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
builder
protected static <T> io.sundr.builder.VisitableBuilder<T,?> builder(Object item)
-
-