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