Package io.sundr.model
Class EnclosedFluent<A extends EnclosedFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.EnclosedFluent<A>
-
- Direct Known Subclasses:
AssignFluent.EnclosedTargetNested,AssignFluent.EnclosedValueNested,BinaryExpressionFluent.EnclosedLeftNested,BinaryExpressionFluent.EnclosedRightNested,CastFluent.EnclosedExpressionNested,ConstructFluent.EnclosedArgumentsNested,DoFluent.EnclosedConditionNested,EnclosedBuilder,EnclosedFluent.EnclosedExpresionNested,ForeachFluent.EnclosedExpressionNested,ForFluent.EnclosedCompareNested,ForFluent.EnclosedInitNested,ForFluent.EnclosedUpdateNested,IfFluent.EnclosedConditionNested,IndexFluent.EnclosedExpressionNested,IndexFluent.EnclosedScopeNested,InstanceOfFluent.EnclosedExpressionNested,InverseFluent.EnclosedExpresionNested,MethodCallFluent.EnclosedArgumentsNested,MethodCallFluent.EnclosedScopeNested,NegativeFluent.EnclosedExpresionNested,NewArrayFluent.EnclosedExpressionsNested,NotFluent.EnclosedExpresionNested,PositiveFluent.EnclosedExpresionNested,PostDecrementFluent.EnclosedExpressionNested,PostIncrementFluent.EnclosedExpressionNested,PreDecrementFluent.EnclosedExpressionNested,PreIncrementFluent.EnclosedExpressionNested,PropertyRefFluent.EnclosedScopeNested,ReturnFluent.EnclosedExpressionNested,SwitchFluent.EnclosedExpressionNested,TernaryFluent.EnclosedAlternativeNested,TernaryFluent.EnclosedConditionNested,TernaryFluent.EnclosedResultNested,WhileFluent.EnclosedConditionNested
public class EnclosedFluent<A extends EnclosedFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description EnclosedFluent()EnclosedFluent(io.sundr.model.Enclosed instance)
-
Method Summary
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.Enclosed instance)
-
buildExpresion
public io.sundr.model.Expression buildExpresion()
-
withExpresion
public A withExpresion(io.sundr.model.Expression expresion)
-
hasExpresion
public boolean hasExpresion()
-
withNewMultiplyExpresion
public EnclosedFluent.MultiplyExpresionNested<A> withNewMultiplyExpresion()
-
withNewMultiplyExpresionLike
public EnclosedFluent.MultiplyExpresionNested<A> withNewMultiplyExpresionLike(io.sundr.model.Multiply item)
-
withNewNewArrayExpresion
public EnclosedFluent.NewArrayExpresionNested<A> withNewNewArrayExpresion()
-
withNewNewArrayExpresionLike
public EnclosedFluent.NewArrayExpresionNested<A> withNewNewArrayExpresionLike(io.sundr.model.NewArray item)
-
withNewInstanceOfExpresion
public EnclosedFluent.InstanceOfExpresionNested<A> withNewInstanceOfExpresion()
-
withNewInstanceOfExpresionLike
public EnclosedFluent.InstanceOfExpresionNested<A> withNewInstanceOfExpresionLike(io.sundr.model.InstanceOf item)
-
withNewMethodCallExpresion
public EnclosedFluent.MethodCallExpresionNested<A> withNewMethodCallExpresion()
-
withNewMethodCallExpresionLike
public EnclosedFluent.MethodCallExpresionNested<A> withNewMethodCallExpresionLike(io.sundr.model.MethodCall item)
-
withNewInverseExpresion
public EnclosedFluent.InverseExpresionNested<A> withNewInverseExpresion()
-
withNewInverseExpresionLike
public EnclosedFluent.InverseExpresionNested<A> withNewInverseExpresionLike(io.sundr.model.Inverse item)
-
withNewIndexExpresion
public EnclosedFluent.IndexExpresionNested<A> withNewIndexExpresion()
-
withNewIndexExpresionLike
public EnclosedFluent.IndexExpresionNested<A> withNewIndexExpresionLike(io.sundr.model.Index item)
-
withNewGreaterThanOrEqualExpresion
public EnclosedFluent.GreaterThanOrEqualExpresionNested<A> withNewGreaterThanOrEqualExpresion()
-
withNewGreaterThanOrEqualExpresionLike
public EnclosedFluent.GreaterThanOrEqualExpresionNested<A> withNewGreaterThanOrEqualExpresionLike(io.sundr.model.GreaterThanOrEqual item)
-
withNewGreaterThanOrEqualExpresion
public A withNewGreaterThanOrEqualExpresion(Object left, Object right)
-
withNewBitwiseAndExpresion
public EnclosedFluent.BitwiseAndExpresionNested<A> withNewBitwiseAndExpresion()
-
withNewBitwiseAndExpresionLike
public EnclosedFluent.BitwiseAndExpresionNested<A> withNewBitwiseAndExpresionLike(io.sundr.model.BitwiseAnd item)
-
withNewMinusExpresion
public EnclosedFluent.MinusExpresionNested<A> withNewMinusExpresion()
-
withNewMinusExpresionLike
public EnclosedFluent.MinusExpresionNested<A> withNewMinusExpresionLike(io.sundr.model.Minus item)
-
withNewLogicalOrExpresion
public EnclosedFluent.LogicalOrExpresionNested<A> withNewLogicalOrExpresion()
-
withNewLogicalOrExpresionLike
public EnclosedFluent.LogicalOrExpresionNested<A> withNewLogicalOrExpresionLike(io.sundr.model.LogicalOr item)
-
withNewNotEqualsExpresion
public EnclosedFluent.NotEqualsExpresionNested<A> withNewNotEqualsExpresion()
-
withNewNotEqualsExpresionLike
public EnclosedFluent.NotEqualsExpresionNested<A> withNewNotEqualsExpresionLike(io.sundr.model.NotEquals item)
-
withNewDivideExpresion
public EnclosedFluent.DivideExpresionNested<A> withNewDivideExpresion()
-
withNewDivideExpresionLike
public EnclosedFluent.DivideExpresionNested<A> withNewDivideExpresionLike(io.sundr.model.Divide item)
-
withNewLessThanExpresion
public EnclosedFluent.LessThanExpresionNested<A> withNewLessThanExpresion()
-
withNewLessThanExpresionLike
public EnclosedFluent.LessThanExpresionNested<A> withNewLessThanExpresionLike(io.sundr.model.LessThan item)
-
withNewBitwiseOrExpresion
public EnclosedFluent.BitwiseOrExpresionNested<A> withNewBitwiseOrExpresion()
-
withNewBitwiseOrExpresionLike
public EnclosedFluent.BitwiseOrExpresionNested<A> withNewBitwiseOrExpresionLike(io.sundr.model.BitwiseOr item)
-
withNewPropertyRefExpresion
public EnclosedFluent.PropertyRefExpresionNested<A> withNewPropertyRefExpresion()
-
withNewPropertyRefExpresionLike
public EnclosedFluent.PropertyRefExpresionNested<A> withNewPropertyRefExpresionLike(io.sundr.model.PropertyRef item)
-
withNewRightShiftExpresion
public EnclosedFluent.RightShiftExpresionNested<A> withNewRightShiftExpresion()
-
withNewRightShiftExpresionLike
public EnclosedFluent.RightShiftExpresionNested<A> withNewRightShiftExpresionLike(io.sundr.model.RightShift item)
-
withNewGreaterThanExpresion
public EnclosedFluent.GreaterThanExpresionNested<A> withNewGreaterThanExpresion()
-
withNewGreaterThanExpresionLike
public EnclosedFluent.GreaterThanExpresionNested<A> withNewGreaterThanExpresionLike(io.sundr.model.GreaterThan item)
-
withNewDeclareExpresion
public EnclosedFluent.DeclareExpresionNested<A> withNewDeclareExpresion()
-
withNewDeclareExpresionLike
public EnclosedFluent.DeclareExpresionNested<A> withNewDeclareExpresionLike(io.sundr.model.Declare item)
-
withNewCastExpresion
public EnclosedFluent.CastExpresionNested<A> withNewCastExpresion()
-
withNewCastExpresionLike
public EnclosedFluent.CastExpresionNested<A> withNewCastExpresionLike(io.sundr.model.Cast item)
-
withNewModuloExpresion
public EnclosedFluent.ModuloExpresionNested<A> withNewModuloExpresion()
-
withNewModuloExpresionLike
public EnclosedFluent.ModuloExpresionNested<A> withNewModuloExpresionLike(io.sundr.model.Modulo item)
-
withNewValueRefExpresion
public EnclosedFluent.ValueRefExpresionNested<A> withNewValueRefExpresion()
-
withNewValueRefExpresionLike
public EnclosedFluent.ValueRefExpresionNested<A> withNewValueRefExpresionLike(io.sundr.model.ValueRef item)
-
withNewLeftShiftExpresion
public EnclosedFluent.LeftShiftExpresionNested<A> withNewLeftShiftExpresion()
-
withNewLeftShiftExpresionLike
public EnclosedFluent.LeftShiftExpresionNested<A> withNewLeftShiftExpresionLike(io.sundr.model.LeftShift item)
-
withNewTernaryExpresion
public EnclosedFluent.TernaryExpresionNested<A> withNewTernaryExpresion()
-
withNewTernaryExpresionLike
public EnclosedFluent.TernaryExpresionNested<A> withNewTernaryExpresionLike(io.sundr.model.Ternary item)
-
withNewBinaryExpressionExpresion
public EnclosedFluent.BinaryExpressionExpresionNested<A> withNewBinaryExpressionExpresion()
-
withNewBinaryExpressionExpresionLike
public EnclosedFluent.BinaryExpressionExpresionNested<A> withNewBinaryExpressionExpresionLike(io.sundr.model.BinaryExpression item)
-
withNewEqualsExpresion
public EnclosedFluent.EqualsExpresionNested<A> withNewEqualsExpresion()
-
withNewEqualsExpresionLike
public EnclosedFluent.EqualsExpresionNested<A> withNewEqualsExpresionLike(io.sundr.model.Equals item)
-
withNewEnclosedExpresion
public EnclosedFluent.EnclosedExpresionNested<A> withNewEnclosedExpresion()
-
withNewEnclosedExpresionLike
public EnclosedFluent.EnclosedExpresionNested<A> withNewEnclosedExpresionLike(io.sundr.model.Enclosed item)
-
withNewPreDecrementExpresion
public EnclosedFluent.PreDecrementExpresionNested<A> withNewPreDecrementExpresion()
-
withNewPreDecrementExpresionLike
public EnclosedFluent.PreDecrementExpresionNested<A> withNewPreDecrementExpresionLike(io.sundr.model.PreDecrement item)
-
withNewPostDecrementExpresion
public EnclosedFluent.PostDecrementExpresionNested<A> withNewPostDecrementExpresion()
-
withNewPostDecrementExpresionLike
public EnclosedFluent.PostDecrementExpresionNested<A> withNewPostDecrementExpresionLike(io.sundr.model.PostDecrement item)
-
withNewLambdaExpresion
public EnclosedFluent.LambdaExpresionNested<A> withNewLambdaExpresion()
-
withNewLambdaExpresionLike
public EnclosedFluent.LambdaExpresionNested<A> withNewLambdaExpresionLike(io.sundr.model.Lambda item)
-
withNewNotExpresion
public EnclosedFluent.NotExpresionNested<A> withNewNotExpresion()
-
withNewNotExpresionLike
public EnclosedFluent.NotExpresionNested<A> withNewNotExpresionLike(io.sundr.model.Not item)
-
withNewAssignExpresion
public EnclosedFluent.AssignExpresionNested<A> withNewAssignExpresion()
-
withNewAssignExpresionLike
public EnclosedFluent.AssignExpresionNested<A> withNewAssignExpresionLike(io.sundr.model.Assign item)
-
withNewNegativeExpresion
public EnclosedFluent.NegativeExpresionNested<A> withNewNegativeExpresion()
-
withNewNegativeExpresionLike
public EnclosedFluent.NegativeExpresionNested<A> withNewNegativeExpresionLike(io.sundr.model.Negative item)
-
withNewThisExpresion
public EnclosedFluent.ThisExpresionNested<A> withNewThisExpresion()
-
withNewThisExpresionLike
public EnclosedFluent.ThisExpresionNested<A> withNewThisExpresionLike(io.sundr.model.This item)
-
withNewLogicalAndExpresion
public EnclosedFluent.LogicalAndExpresionNested<A> withNewLogicalAndExpresion()
-
withNewLogicalAndExpresionLike
public EnclosedFluent.LogicalAndExpresionNested<A> withNewLogicalAndExpresionLike(io.sundr.model.LogicalAnd item)
-
withNewPostIncrementExpresion
public EnclosedFluent.PostIncrementExpresionNested<A> withNewPostIncrementExpresion()
-
withNewPostIncrementExpresionLike
public EnclosedFluent.PostIncrementExpresionNested<A> withNewPostIncrementExpresionLike(io.sundr.model.PostIncrement item)
-
withNewRightUnsignedShiftExpresion
public EnclosedFluent.RightUnsignedShiftExpresionNested<A> withNewRightUnsignedShiftExpresion()
-
withNewRightUnsignedShiftExpresionLike
public EnclosedFluent.RightUnsignedShiftExpresionNested<A> withNewRightUnsignedShiftExpresionLike(io.sundr.model.RightUnsignedShift item)
-
withNewRightUnsignedShiftExpresion
public A withNewRightUnsignedShiftExpresion(Object left, Object right)
-
withNewPlusExpresion
public EnclosedFluent.PlusExpresionNested<A> withNewPlusExpresion()
-
withNewPlusExpresionLike
public EnclosedFluent.PlusExpresionNested<A> withNewPlusExpresionLike(io.sundr.model.Plus item)
-
withNewConstructExpresion
public EnclosedFluent.ConstructExpresionNested<A> withNewConstructExpresion()
-
withNewConstructExpresionLike
public EnclosedFluent.ConstructExpresionNested<A> withNewConstructExpresionLike(io.sundr.model.Construct item)
-
withNewXorExpresion
public EnclosedFluent.XorExpresionNested<A> withNewXorExpresion()
-
withNewXorExpresionLike
public EnclosedFluent.XorExpresionNested<A> withNewXorExpresionLike(io.sundr.model.Xor item)
-
withNewPreIncrementExpresion
public EnclosedFluent.PreIncrementExpresionNested<A> withNewPreIncrementExpresion()
-
withNewPreIncrementExpresionLike
public EnclosedFluent.PreIncrementExpresionNested<A> withNewPreIncrementExpresionLike(io.sundr.model.PreIncrement item)
-
withNewLessThanOrEqualExpresion
public EnclosedFluent.LessThanOrEqualExpresionNested<A> withNewLessThanOrEqualExpresion()
-
withNewLessThanOrEqualExpresionLike
public EnclosedFluent.LessThanOrEqualExpresionNested<A> withNewLessThanOrEqualExpresionLike(io.sundr.model.LessThanOrEqual item)
-
withNewLessThanOrEqualExpresion
public A withNewLessThanOrEqualExpresion(Object left, Object right)
-
withNewPositiveExpresion
public EnclosedFluent.PositiveExpresionNested<A> withNewPositiveExpresion()
-
withNewPositiveExpresionLike
public EnclosedFluent.PositiveExpresionNested<A> withNewPositiveExpresionLike(io.sundr.model.Positive item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.sundr.builder.BaseFluent<A extends EnclosedFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.sundr.builder.BaseFluent<A extends EnclosedFluent<A>>
-
builder
protected static <T> io.sundr.builder.VisitableBuilder<T,?> builder(Object item)
-
-