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