Package io.sundr.model
Class IndexFluent<A extends IndexFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.IndexFluent<A>
-
- Direct Known Subclasses:
AssignFluent.IndexTargetNested,AssignFluent.IndexValueNested,BinaryExpressionFluent.IndexLeftNested,BinaryExpressionFluent.IndexRightNested,CastFluent.IndexExpressionNested,ConstructFluent.IndexArgumentsNested,DoFluent.IndexConditionNested,EnclosedFluent.IndexExpresionNested,ForeachFluent.IndexExpressionNested,ForFluent.IndexCompareNested,ForFluent.IndexInitNested,ForFluent.IndexUpdateNested,IfFluent.IndexConditionNested,IndexBuilder,IndexFluent.IndexExpressionNested,IndexFluent.IndexScopeNested,InstanceOfFluent.IndexExpressionNested,InverseFluent.IndexExpresionNested,MethodCallFluent.IndexArgumentsNested,MethodCallFluent.IndexScopeNested,NegativeFluent.IndexExpresionNested,NewArrayFluent.IndexExpressionsNested,NotFluent.IndexExpresionNested,PositiveFluent.IndexExpresionNested,PostDecrementFluent.IndexExpressionNested,PostIncrementFluent.IndexExpressionNested,PreDecrementFluent.IndexExpressionNested,PreIncrementFluent.IndexExpressionNested,PropertyRefFluent.IndexScopeNested,ReturnFluent.IndexExpressionNested,SwitchFluent.IndexExpressionNested,TernaryFluent.IndexAlternativeNested,TernaryFluent.IndexConditionNested,TernaryFluent.IndexResultNested,WhileFluent.IndexConditionNested
public class IndexFluent<A extends IndexFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description IndexFluent()IndexFluent(io.sundr.model.Index instance)
-
Method Summary
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.Index instance)
-
buildScope
public io.sundr.model.Expression buildScope()
-
withScope
public A withScope(io.sundr.model.Expression scope)
-
hasScope
public boolean hasScope()
-
withNewMultiplyScope
public IndexFluent.MultiplyScopeNested<A> withNewMultiplyScope()
-
withNewMultiplyScopeLike
public IndexFluent.MultiplyScopeNested<A> withNewMultiplyScopeLike(io.sundr.model.Multiply item)
-
withNewNewArrayScope
public IndexFluent.NewArrayScopeNested<A> withNewNewArrayScope()
-
withNewNewArrayScopeLike
public IndexFluent.NewArrayScopeNested<A> withNewNewArrayScopeLike(io.sundr.model.NewArray item)
-
withNewInstanceOfScope
public IndexFluent.InstanceOfScopeNested<A> withNewInstanceOfScope()
-
withNewInstanceOfScopeLike
public IndexFluent.InstanceOfScopeNested<A> withNewInstanceOfScopeLike(io.sundr.model.InstanceOf item)
-
withNewMethodCallScope
public IndexFluent.MethodCallScopeNested<A> withNewMethodCallScope()
-
withNewMethodCallScopeLike
public IndexFluent.MethodCallScopeNested<A> withNewMethodCallScopeLike(io.sundr.model.MethodCall item)
-
withNewInverseScope
public IndexFluent.InverseScopeNested<A> withNewInverseScope()
-
withNewInverseScopeLike
public IndexFluent.InverseScopeNested<A> withNewInverseScopeLike(io.sundr.model.Inverse item)
-
withNewIndexScope
public IndexFluent.IndexScopeNested<A> withNewIndexScope()
-
withNewIndexScopeLike
public IndexFluent.IndexScopeNested<A> withNewIndexScopeLike(io.sundr.model.Index item)
-
withNewGreaterThanOrEqualScope
public IndexFluent.GreaterThanOrEqualScopeNested<A> withNewGreaterThanOrEqualScope()
-
withNewGreaterThanOrEqualScopeLike
public IndexFluent.GreaterThanOrEqualScopeNested<A> withNewGreaterThanOrEqualScopeLike(io.sundr.model.GreaterThanOrEqual item)
-
withNewBitwiseAndScope
public IndexFluent.BitwiseAndScopeNested<A> withNewBitwiseAndScope()
-
withNewBitwiseAndScopeLike
public IndexFluent.BitwiseAndScopeNested<A> withNewBitwiseAndScopeLike(io.sundr.model.BitwiseAnd item)
-
withNewMinusScope
public IndexFluent.MinusScopeNested<A> withNewMinusScope()
-
withNewMinusScopeLike
public IndexFluent.MinusScopeNested<A> withNewMinusScopeLike(io.sundr.model.Minus item)
-
withNewLogicalOrScope
public IndexFluent.LogicalOrScopeNested<A> withNewLogicalOrScope()
-
withNewLogicalOrScopeLike
public IndexFluent.LogicalOrScopeNested<A> withNewLogicalOrScopeLike(io.sundr.model.LogicalOr item)
-
withNewNotEqualsScope
public IndexFluent.NotEqualsScopeNested<A> withNewNotEqualsScope()
-
withNewNotEqualsScopeLike
public IndexFluent.NotEqualsScopeNested<A> withNewNotEqualsScopeLike(io.sundr.model.NotEquals item)
-
withNewDivideScope
public IndexFluent.DivideScopeNested<A> withNewDivideScope()
-
withNewDivideScopeLike
public IndexFluent.DivideScopeNested<A> withNewDivideScopeLike(io.sundr.model.Divide item)
-
withNewLessThanScope
public IndexFluent.LessThanScopeNested<A> withNewLessThanScope()
-
withNewLessThanScopeLike
public IndexFluent.LessThanScopeNested<A> withNewLessThanScopeLike(io.sundr.model.LessThan item)
-
withNewBitwiseOrScope
public IndexFluent.BitwiseOrScopeNested<A> withNewBitwiseOrScope()
-
withNewBitwiseOrScopeLike
public IndexFluent.BitwiseOrScopeNested<A> withNewBitwiseOrScopeLike(io.sundr.model.BitwiseOr item)
-
withNewPropertyRefScope
public IndexFluent.PropertyRefScopeNested<A> withNewPropertyRefScope()
-
withNewPropertyRefScopeLike
public IndexFluent.PropertyRefScopeNested<A> withNewPropertyRefScopeLike(io.sundr.model.PropertyRef item)
-
withNewRightShiftScope
public IndexFluent.RightShiftScopeNested<A> withNewRightShiftScope()
-
withNewRightShiftScopeLike
public IndexFluent.RightShiftScopeNested<A> withNewRightShiftScopeLike(io.sundr.model.RightShift item)
-
withNewGreaterThanScope
public IndexFluent.GreaterThanScopeNested<A> withNewGreaterThanScope()
-
withNewGreaterThanScopeLike
public IndexFluent.GreaterThanScopeNested<A> withNewGreaterThanScopeLike(io.sundr.model.GreaterThan item)
-
withNewDeclareScope
public IndexFluent.DeclareScopeNested<A> withNewDeclareScope()
-
withNewDeclareScopeLike
public IndexFluent.DeclareScopeNested<A> withNewDeclareScopeLike(io.sundr.model.Declare item)
-
withNewCastScope
public IndexFluent.CastScopeNested<A> withNewCastScope()
-
withNewCastScopeLike
public IndexFluent.CastScopeNested<A> withNewCastScopeLike(io.sundr.model.Cast item)
-
withNewModuloScope
public IndexFluent.ModuloScopeNested<A> withNewModuloScope()
-
withNewModuloScopeLike
public IndexFluent.ModuloScopeNested<A> withNewModuloScopeLike(io.sundr.model.Modulo item)
-
withNewValueRefScope
public IndexFluent.ValueRefScopeNested<A> withNewValueRefScope()
-
withNewValueRefScopeLike
public IndexFluent.ValueRefScopeNested<A> withNewValueRefScopeLike(io.sundr.model.ValueRef item)
-
withNewLeftShiftScope
public IndexFluent.LeftShiftScopeNested<A> withNewLeftShiftScope()
-
withNewLeftShiftScopeLike
public IndexFluent.LeftShiftScopeNested<A> withNewLeftShiftScopeLike(io.sundr.model.LeftShift item)
-
withNewTernaryScope
public IndexFluent.TernaryScopeNested<A> withNewTernaryScope()
-
withNewTernaryScopeLike
public IndexFluent.TernaryScopeNested<A> withNewTernaryScopeLike(io.sundr.model.Ternary item)
-
withNewBinaryExpressionScope
public IndexFluent.BinaryExpressionScopeNested<A> withNewBinaryExpressionScope()
-
withNewBinaryExpressionScopeLike
public IndexFluent.BinaryExpressionScopeNested<A> withNewBinaryExpressionScopeLike(io.sundr.model.BinaryExpression item)
-
withNewEqualsScope
public IndexFluent.EqualsScopeNested<A> withNewEqualsScope()
-
withNewEqualsScopeLike
public IndexFluent.EqualsScopeNested<A> withNewEqualsScopeLike(io.sundr.model.Equals item)
-
withNewEnclosedScope
public IndexFluent.EnclosedScopeNested<A> withNewEnclosedScope()
-
withNewEnclosedScopeLike
public IndexFluent.EnclosedScopeNested<A> withNewEnclosedScopeLike(io.sundr.model.Enclosed item)
-
withNewPreDecrementScope
public IndexFluent.PreDecrementScopeNested<A> withNewPreDecrementScope()
-
withNewPreDecrementScopeLike
public IndexFluent.PreDecrementScopeNested<A> withNewPreDecrementScopeLike(io.sundr.model.PreDecrement item)
-
withNewPostDecrementScope
public IndexFluent.PostDecrementScopeNested<A> withNewPostDecrementScope()
-
withNewPostDecrementScopeLike
public IndexFluent.PostDecrementScopeNested<A> withNewPostDecrementScopeLike(io.sundr.model.PostDecrement item)
-
withNewLambdaScope
public IndexFluent.LambdaScopeNested<A> withNewLambdaScope()
-
withNewLambdaScopeLike
public IndexFluent.LambdaScopeNested<A> withNewLambdaScopeLike(io.sundr.model.Lambda item)
-
withNewNotScope
public IndexFluent.NotScopeNested<A> withNewNotScope()
-
withNewNotScopeLike
public IndexFluent.NotScopeNested<A> withNewNotScopeLike(io.sundr.model.Not item)
-
withNewAssignScope
public IndexFluent.AssignScopeNested<A> withNewAssignScope()
-
withNewAssignScopeLike
public IndexFluent.AssignScopeNested<A> withNewAssignScopeLike(io.sundr.model.Assign item)
-
withNewNegativeScope
public IndexFluent.NegativeScopeNested<A> withNewNegativeScope()
-
withNewNegativeScopeLike
public IndexFluent.NegativeScopeNested<A> withNewNegativeScopeLike(io.sundr.model.Negative item)
-
withNewThisScope
public IndexFluent.ThisScopeNested<A> withNewThisScope()
-
withNewThisScopeLike
public IndexFluent.ThisScopeNested<A> withNewThisScopeLike(io.sundr.model.This item)
-
withNewLogicalAndScope
public IndexFluent.LogicalAndScopeNested<A> withNewLogicalAndScope()
-
withNewLogicalAndScopeLike
public IndexFluent.LogicalAndScopeNested<A> withNewLogicalAndScopeLike(io.sundr.model.LogicalAnd item)
-
withNewPostIncrementScope
public IndexFluent.PostIncrementScopeNested<A> withNewPostIncrementScope()
-
withNewPostIncrementScopeLike
public IndexFluent.PostIncrementScopeNested<A> withNewPostIncrementScopeLike(io.sundr.model.PostIncrement item)
-
withNewRightUnsignedShiftScope
public IndexFluent.RightUnsignedShiftScopeNested<A> withNewRightUnsignedShiftScope()
-
withNewRightUnsignedShiftScopeLike
public IndexFluent.RightUnsignedShiftScopeNested<A> withNewRightUnsignedShiftScopeLike(io.sundr.model.RightUnsignedShift item)
-
withNewPlusScope
public IndexFluent.PlusScopeNested<A> withNewPlusScope()
-
withNewPlusScopeLike
public IndexFluent.PlusScopeNested<A> withNewPlusScopeLike(io.sundr.model.Plus item)
-
withNewConstructScope
public IndexFluent.ConstructScopeNested<A> withNewConstructScope()
-
withNewConstructScopeLike
public IndexFluent.ConstructScopeNested<A> withNewConstructScopeLike(io.sundr.model.Construct item)
-
withNewXorScope
public IndexFluent.XorScopeNested<A> withNewXorScope()
-
withNewXorScopeLike
public IndexFluent.XorScopeNested<A> withNewXorScopeLike(io.sundr.model.Xor item)
-
withNewPreIncrementScope
public IndexFluent.PreIncrementScopeNested<A> withNewPreIncrementScope()
-
withNewPreIncrementScopeLike
public IndexFluent.PreIncrementScopeNested<A> withNewPreIncrementScopeLike(io.sundr.model.PreIncrement item)
-
withNewLessThanOrEqualScope
public IndexFluent.LessThanOrEqualScopeNested<A> withNewLessThanOrEqualScope()
-
withNewLessThanOrEqualScopeLike
public IndexFluent.LessThanOrEqualScopeNested<A> withNewLessThanOrEqualScopeLike(io.sundr.model.LessThanOrEqual item)
-
withNewPositiveScope
public IndexFluent.PositiveScopeNested<A> withNewPositiveScope()
-
withNewPositiveScopeLike
public IndexFluent.PositiveScopeNested<A> withNewPositiveScopeLike(io.sundr.model.Positive item)
-
buildExpression
public io.sundr.model.Expression buildExpression()
-
withExpression
public A withExpression(io.sundr.model.Expression expression)
-
hasExpression
public boolean hasExpression()
-
withNewMultiplyExpression
public IndexFluent.MultiplyExpressionNested<A> withNewMultiplyExpression()
-
withNewMultiplyExpressionLike
public IndexFluent.MultiplyExpressionNested<A> withNewMultiplyExpressionLike(io.sundr.model.Multiply item)
-
withNewNewArrayExpression
public IndexFluent.NewArrayExpressionNested<A> withNewNewArrayExpression()
-
withNewNewArrayExpressionLike
public IndexFluent.NewArrayExpressionNested<A> withNewNewArrayExpressionLike(io.sundr.model.NewArray item)
-
withNewInstanceOfExpression
public IndexFluent.InstanceOfExpressionNested<A> withNewInstanceOfExpression()
-
withNewInstanceOfExpressionLike
public IndexFluent.InstanceOfExpressionNested<A> withNewInstanceOfExpressionLike(io.sundr.model.InstanceOf item)
-
withNewMethodCallExpression
public IndexFluent.MethodCallExpressionNested<A> withNewMethodCallExpression()
-
withNewMethodCallExpressionLike
public IndexFluent.MethodCallExpressionNested<A> withNewMethodCallExpressionLike(io.sundr.model.MethodCall item)
-
withNewInverseExpression
public IndexFluent.InverseExpressionNested<A> withNewInverseExpression()
-
withNewInverseExpressionLike
public IndexFluent.InverseExpressionNested<A> withNewInverseExpressionLike(io.sundr.model.Inverse item)
-
withNewIndexExpression
public IndexFluent.IndexExpressionNested<A> withNewIndexExpression()
-
withNewIndexExpressionLike
public IndexFluent.IndexExpressionNested<A> withNewIndexExpressionLike(io.sundr.model.Index item)
-
withNewGreaterThanOrEqualExpression
public IndexFluent.GreaterThanOrEqualExpressionNested<A> withNewGreaterThanOrEqualExpression()
-
withNewGreaterThanOrEqualExpressionLike
public IndexFluent.GreaterThanOrEqualExpressionNested<A> withNewGreaterThanOrEqualExpressionLike(io.sundr.model.GreaterThanOrEqual item)
-
withNewGreaterThanOrEqualExpression
public A withNewGreaterThanOrEqualExpression(Object left, Object right)
-
withNewBitwiseAndExpression
public IndexFluent.BitwiseAndExpressionNested<A> withNewBitwiseAndExpression()
-
withNewBitwiseAndExpressionLike
public IndexFluent.BitwiseAndExpressionNested<A> withNewBitwiseAndExpressionLike(io.sundr.model.BitwiseAnd item)
-
withNewMinusExpression
public IndexFluent.MinusExpressionNested<A> withNewMinusExpression()
-
withNewMinusExpressionLike
public IndexFluent.MinusExpressionNested<A> withNewMinusExpressionLike(io.sundr.model.Minus item)
-
withNewLogicalOrExpression
public IndexFluent.LogicalOrExpressionNested<A> withNewLogicalOrExpression()
-
withNewLogicalOrExpressionLike
public IndexFluent.LogicalOrExpressionNested<A> withNewLogicalOrExpressionLike(io.sundr.model.LogicalOr item)
-
withNewNotEqualsExpression
public IndexFluent.NotEqualsExpressionNested<A> withNewNotEqualsExpression()
-
withNewNotEqualsExpressionLike
public IndexFluent.NotEqualsExpressionNested<A> withNewNotEqualsExpressionLike(io.sundr.model.NotEquals item)
-
withNewDivideExpression
public IndexFluent.DivideExpressionNested<A> withNewDivideExpression()
-
withNewDivideExpressionLike
public IndexFluent.DivideExpressionNested<A> withNewDivideExpressionLike(io.sundr.model.Divide item)
-
withNewLessThanExpression
public IndexFluent.LessThanExpressionNested<A> withNewLessThanExpression()
-
withNewLessThanExpressionLike
public IndexFluent.LessThanExpressionNested<A> withNewLessThanExpressionLike(io.sundr.model.LessThan item)
-
withNewBitwiseOrExpression
public IndexFluent.BitwiseOrExpressionNested<A> withNewBitwiseOrExpression()
-
withNewBitwiseOrExpressionLike
public IndexFluent.BitwiseOrExpressionNested<A> withNewBitwiseOrExpressionLike(io.sundr.model.BitwiseOr item)
-
withNewPropertyRefExpression
public IndexFluent.PropertyRefExpressionNested<A> withNewPropertyRefExpression()
-
withNewPropertyRefExpressionLike
public IndexFluent.PropertyRefExpressionNested<A> withNewPropertyRefExpressionLike(io.sundr.model.PropertyRef item)
-
withNewRightShiftExpression
public IndexFluent.RightShiftExpressionNested<A> withNewRightShiftExpression()
-
withNewRightShiftExpressionLike
public IndexFluent.RightShiftExpressionNested<A> withNewRightShiftExpressionLike(io.sundr.model.RightShift item)
-
withNewGreaterThanExpression
public IndexFluent.GreaterThanExpressionNested<A> withNewGreaterThanExpression()
-
withNewGreaterThanExpressionLike
public IndexFluent.GreaterThanExpressionNested<A> withNewGreaterThanExpressionLike(io.sundr.model.GreaterThan item)
-
withNewDeclareExpression
public IndexFluent.DeclareExpressionNested<A> withNewDeclareExpression()
-
withNewDeclareExpressionLike
public IndexFluent.DeclareExpressionNested<A> withNewDeclareExpressionLike(io.sundr.model.Declare item)
-
withNewCastExpression
public IndexFluent.CastExpressionNested<A> withNewCastExpression()
-
withNewCastExpressionLike
public IndexFluent.CastExpressionNested<A> withNewCastExpressionLike(io.sundr.model.Cast item)
-
withNewModuloExpression
public IndexFluent.ModuloExpressionNested<A> withNewModuloExpression()
-
withNewModuloExpressionLike
public IndexFluent.ModuloExpressionNested<A> withNewModuloExpressionLike(io.sundr.model.Modulo item)
-
withNewValueRefExpression
public IndexFluent.ValueRefExpressionNested<A> withNewValueRefExpression()
-
withNewValueRefExpressionLike
public IndexFluent.ValueRefExpressionNested<A> withNewValueRefExpressionLike(io.sundr.model.ValueRef item)
-
withNewLeftShiftExpression
public IndexFluent.LeftShiftExpressionNested<A> withNewLeftShiftExpression()
-
withNewLeftShiftExpressionLike
public IndexFluent.LeftShiftExpressionNested<A> withNewLeftShiftExpressionLike(io.sundr.model.LeftShift item)
-
withNewTernaryExpression
public IndexFluent.TernaryExpressionNested<A> withNewTernaryExpression()
-
withNewTernaryExpressionLike
public IndexFluent.TernaryExpressionNested<A> withNewTernaryExpressionLike(io.sundr.model.Ternary item)
-
withNewBinaryExpression
public IndexFluent.BinaryExpressionNested<A> withNewBinaryExpression()
-
withNewBinaryExpressionLike
public IndexFluent.BinaryExpressionNested<A> withNewBinaryExpressionLike(io.sundr.model.BinaryExpression item)
-
withNewEqualsExpression
public IndexFluent.EqualsExpressionNested<A> withNewEqualsExpression()
-
withNewEqualsExpressionLike
public IndexFluent.EqualsExpressionNested<A> withNewEqualsExpressionLike(io.sundr.model.Equals item)
-
withNewEnclosedExpression
public IndexFluent.EnclosedExpressionNested<A> withNewEnclosedExpression()
-
withNewEnclosedExpressionLike
public IndexFluent.EnclosedExpressionNested<A> withNewEnclosedExpressionLike(io.sundr.model.Enclosed item)
-
withNewPreDecrementExpression
public IndexFluent.PreDecrementExpressionNested<A> withNewPreDecrementExpression()
-
withNewPreDecrementExpressionLike
public IndexFluent.PreDecrementExpressionNested<A> withNewPreDecrementExpressionLike(io.sundr.model.PreDecrement item)
-
withNewPostDecrementExpression
public IndexFluent.PostDecrementExpressionNested<A> withNewPostDecrementExpression()
-
withNewPostDecrementExpressionLike
public IndexFluent.PostDecrementExpressionNested<A> withNewPostDecrementExpressionLike(io.sundr.model.PostDecrement item)
-
withNewLambdaExpression
public IndexFluent.LambdaExpressionNested<A> withNewLambdaExpression()
-
withNewLambdaExpressionLike
public IndexFluent.LambdaExpressionNested<A> withNewLambdaExpressionLike(io.sundr.model.Lambda item)
-
withNewNotExpression
public IndexFluent.NotExpressionNested<A> withNewNotExpression()
-
withNewNotExpressionLike
public IndexFluent.NotExpressionNested<A> withNewNotExpressionLike(io.sundr.model.Not item)
-
withNewAssignExpression
public IndexFluent.AssignExpressionNested<A> withNewAssignExpression()
-
withNewAssignExpressionLike
public IndexFluent.AssignExpressionNested<A> withNewAssignExpressionLike(io.sundr.model.Assign item)
-
withNewNegativeExpression
public IndexFluent.NegativeExpressionNested<A> withNewNegativeExpression()
-
withNewNegativeExpressionLike
public IndexFluent.NegativeExpressionNested<A> withNewNegativeExpressionLike(io.sundr.model.Negative item)
-
withNewThisExpression
public IndexFluent.ThisExpressionNested<A> withNewThisExpression()
-
withNewThisExpressionLike
public IndexFluent.ThisExpressionNested<A> withNewThisExpressionLike(io.sundr.model.This item)
-
withNewLogicalAndExpression
public IndexFluent.LogicalAndExpressionNested<A> withNewLogicalAndExpression()
-
withNewLogicalAndExpressionLike
public IndexFluent.LogicalAndExpressionNested<A> withNewLogicalAndExpressionLike(io.sundr.model.LogicalAnd item)
-
withNewPostIncrementExpression
public IndexFluent.PostIncrementExpressionNested<A> withNewPostIncrementExpression()
-
withNewPostIncrementExpressionLike
public IndexFluent.PostIncrementExpressionNested<A> withNewPostIncrementExpressionLike(io.sundr.model.PostIncrement item)
-
withNewRightUnsignedShiftExpression
public IndexFluent.RightUnsignedShiftExpressionNested<A> withNewRightUnsignedShiftExpression()
-
withNewRightUnsignedShiftExpressionLike
public IndexFluent.RightUnsignedShiftExpressionNested<A> withNewRightUnsignedShiftExpressionLike(io.sundr.model.RightUnsignedShift item)
-
withNewRightUnsignedShiftExpression
public A withNewRightUnsignedShiftExpression(Object left, Object right)
-
withNewPlusExpression
public IndexFluent.PlusExpressionNested<A> withNewPlusExpression()
-
withNewPlusExpressionLike
public IndexFluent.PlusExpressionNested<A> withNewPlusExpressionLike(io.sundr.model.Plus item)
-
withNewConstructExpression
public IndexFluent.ConstructExpressionNested<A> withNewConstructExpression()
-
withNewConstructExpressionLike
public IndexFluent.ConstructExpressionNested<A> withNewConstructExpressionLike(io.sundr.model.Construct item)
-
withNewXorExpression
public IndexFluent.XorExpressionNested<A> withNewXorExpression()
-
withNewXorExpressionLike
public IndexFluent.XorExpressionNested<A> withNewXorExpressionLike(io.sundr.model.Xor item)
-
withNewPreIncrementExpression
public IndexFluent.PreIncrementExpressionNested<A> withNewPreIncrementExpression()
-
withNewPreIncrementExpressionLike
public IndexFluent.PreIncrementExpressionNested<A> withNewPreIncrementExpressionLike(io.sundr.model.PreIncrement item)
-
withNewLessThanOrEqualExpression
public IndexFluent.LessThanOrEqualExpressionNested<A> withNewLessThanOrEqualExpression()
-
withNewLessThanOrEqualExpressionLike
public IndexFluent.LessThanOrEqualExpressionNested<A> withNewLessThanOrEqualExpressionLike(io.sundr.model.LessThanOrEqual item)
-
withNewLessThanOrEqualExpression
public A withNewLessThanOrEqualExpression(Object left, Object right)
-
withNewPositiveExpression
public IndexFluent.PositiveExpressionNested<A> withNewPositiveExpression()
-
withNewPositiveExpressionLike
public IndexFluent.PositiveExpressionNested<A> withNewPositiveExpressionLike(io.sundr.model.Positive item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.sundr.builder.BaseFluent<A extends IndexFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.sundr.builder.BaseFluent<A extends IndexFluent<A>>
-
builder
protected static <T> io.sundr.builder.VisitableBuilder<T,?> builder(Object item)
-
-