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
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <T> VisitableBuilder<T,?> protected voidcopyInstance(Negative instance) booleanbooleaninthashCode()toString()withExpresion(Expression expresion) withNewBitwiseAndExpresion(Object left, Object right) withNewBitwiseOrExpresion(Object left, Object right) withNewCastExpresionLike(Cast item) withNewDeclareExpresion(Class type, String name) withNewDeclareExpresion(Class type, String name, Object value) withNewDivideExpresion(Object left, Object right) withNewEqualsExpresion(Object left, Object right) withNewGreaterThanExpresion(Object left, Object right) withNewGreaterThanOrEqualExpresion(Object left, Object right) withNewLeftShiftExpresion(Object left, Object right) withNewLessThanExpresion(Object left, Object right) withNewLessThanOrEqualExpresion(Object left, Object right) withNewLogicalAndExpresion(Object left, Object right) withNewLogicalOrExpresion(Object left, Object right) withNewMinusExpresion(Object left, Object right) withNewModuloExpresion(Object left, Object right) withNewMultiplyExpresion(Object left, Object right) withNewNewArrayExpresion(Class type, Integer[] sizes) withNewNotEqualsExpresion(Object left, Object right) withNewNotExpresionLike(Not item) withNewPlusExpresion(Object left, Object right) withNewPlusExpresionLike(Plus item) withNewRightShiftExpresion(Object left, Object right) withNewRightUnsignedShiftExpresion(Object left, Object right) withNewThisExpresionLike(This item) withNewValueRefExpresion(Object value) withNewXorExpresion(Object left, Object right) withNewXorExpresionLike(Xor item) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
NegativeFluent
public NegativeFluent() -
NegativeFluent
-
-
Method Details
-
copyInstance
-
buildExpresion
-
withExpresion
-
hasExpresion
public boolean hasExpresion() -
withNewMultiplyExpresion
-
withNewMultiplyExpresionLike
-
withNewMultiplyExpresion
-
withNewNewArrayExpresion
-
withNewNewArrayExpresionLike
-
withNewNewArrayExpresion
-
withNewInstanceOfExpresion
-
withNewInstanceOfExpresionLike
public NegativeFluent<A>.InstanceOfExpresionNested<A> withNewInstanceOfExpresionLike(InstanceOf item) -
withNewMethodCallExpresion
-
withNewMethodCallExpresionLike
public NegativeFluent<A>.MethodCallExpresionNested<A> withNewMethodCallExpresionLike(MethodCall item) -
withNewInverseExpresion
-
withNewInverseExpresionLike
-
withNewIndexExpresion
-
withNewIndexExpresionLike
-
withNewGreaterThanOrEqualExpresion
-
withNewGreaterThanOrEqualExpresionLike
public NegativeFluent<A>.GreaterThanOrEqualExpresionNested<A> withNewGreaterThanOrEqualExpresionLike(GreaterThanOrEqual item) -
withNewGreaterThanOrEqualExpresion
-
withNewBitwiseAndExpresion
-
withNewBitwiseAndExpresionLike
public NegativeFluent<A>.BitwiseAndExpresionNested<A> withNewBitwiseAndExpresionLike(BitwiseAnd item) -
withNewBitwiseAndExpresion
-
withNewMinusExpresion
-
withNewMinusExpresionLike
-
withNewMinusExpresion
-
withNewLogicalOrExpresion
-
withNewLogicalOrExpresionLike
-
withNewLogicalOrExpresion
-
withNewNotEqualsExpresion
-
withNewNotEqualsExpresionLike
-
withNewNotEqualsExpresion
-
withNewDivideExpresion
-
withNewDivideExpresionLike
-
withNewDivideExpresion
-
withNewLessThanExpresion
-
withNewLessThanExpresionLike
-
withNewLessThanExpresion
-
withNewBitwiseOrExpresion
-
withNewBitwiseOrExpresionLike
-
withNewBitwiseOrExpresion
-
withNewPropertyRefExpresion
-
withNewPropertyRefExpresionLike
public NegativeFluent<A>.PropertyRefExpresionNested<A> withNewPropertyRefExpresionLike(PropertyRef item) -
withNewRightShiftExpresion
-
withNewRightShiftExpresionLike
public NegativeFluent<A>.RightShiftExpresionNested<A> withNewRightShiftExpresionLike(RightShift item) -
withNewRightShiftExpresion
-
withNewGreaterThanExpresion
-
withNewGreaterThanExpresionLike
public NegativeFluent<A>.GreaterThanExpresionNested<A> withNewGreaterThanExpresionLike(GreaterThan item) -
withNewGreaterThanExpresion
-
withNewDeclareExpresion
-
withNewDeclareExpresionLike
-
withNewDeclareExpresion
-
withNewDeclareExpresion
-
withNewCastExpresion
-
withNewCastExpresionLike
-
withNewModuloExpresion
-
withNewModuloExpresionLike
-
withNewModuloExpresion
-
withNewValueRefExpresion
-
withNewValueRefExpresionLike
-
withNewValueRefExpresion
-
withNewLeftShiftExpresion
-
withNewLeftShiftExpresionLike
-
withNewLeftShiftExpresion
-
withNewTernaryExpresion
-
withNewTernaryExpresionLike
-
withNewBinaryExpressionExpresion
-
withNewBinaryExpressionExpresionLike
public NegativeFluent<A>.BinaryExpressionExpresionNested<A> withNewBinaryExpressionExpresionLike(BinaryExpression item) -
withNewEqualsExpresion
-
withNewEqualsExpresionLike
-
withNewEqualsExpresion
-
withNewEnclosedExpresion
-
withNewEnclosedExpresionLike
-
withNewPreDecrementExpresion
-
withNewPreDecrementExpresionLike
public NegativeFluent<A>.PreDecrementExpresionNested<A> withNewPreDecrementExpresionLike(PreDecrement item) -
withNewPostDecrementExpresion
-
withNewPostDecrementExpresionLike
public NegativeFluent<A>.PostDecrementExpresionNested<A> withNewPostDecrementExpresionLike(PostDecrement item) -
withNewLambdaExpresion
-
withNewLambdaExpresionLike
-
withNewNotExpresion
-
withNewNotExpresionLike
-
withNewAssignExpresion
-
withNewAssignExpresionLike
-
withNewNegativeExpresion
-
withNewNegativeExpresionLike
-
withNewThisExpresion
-
withNewThisExpresionLike
-
withNewLogicalAndExpresion
-
withNewLogicalAndExpresionLike
public NegativeFluent<A>.LogicalAndExpresionNested<A> withNewLogicalAndExpresionLike(LogicalAnd item) -
withNewLogicalAndExpresion
-
withNewPostIncrementExpresion
-
withNewPostIncrementExpresionLike
public NegativeFluent<A>.PostIncrementExpresionNested<A> withNewPostIncrementExpresionLike(PostIncrement item) -
withNewRightUnsignedShiftExpresion
-
withNewRightUnsignedShiftExpresionLike
public NegativeFluent<A>.RightUnsignedShiftExpresionNested<A> withNewRightUnsignedShiftExpresionLike(RightUnsignedShift item) -
withNewRightUnsignedShiftExpresion
-
withNewPlusExpresion
-
withNewPlusExpresionLike
-
withNewPlusExpresion
-
withNewConstructExpresion
-
withNewConstructExpresionLike
-
withNewXorExpresion
-
withNewXorExpresionLike
-
withNewXorExpresion
-
withNewPreIncrementExpresion
-
withNewPreIncrementExpresionLike
public NegativeFluent<A>.PreIncrementExpresionNested<A> withNewPreIncrementExpresionLike(PreIncrement item) -
withNewLessThanOrEqualExpresion
-
withNewLessThanOrEqualExpresionLike
public NegativeFluent<A>.LessThanOrEqualExpresionNested<A> withNewLessThanOrEqualExpresionLike(LessThanOrEqual item) -
withNewLessThanOrEqualExpresion
-
withNewPositiveExpresion
-
withNewPositiveExpresionLike
-
equals
- Overrides:
equalsin classBaseFluent<A extends NegativeFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends NegativeFluent<A>>
-
toString
-
builder
-