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,DeclareFluent.NegativeValueNested,DoFluent.NegativeConditionNested,EnclosedFluent.NegativeExpresionNested,ForeachFluent.NegativeExpressionNested,ForFluent.NegativeCompareNested,ForFluent.NegativeInitNested,ForFluent.NegativeUpdateNested,IfDslConditionStepFluent.NegativeConditionNested,IfDslThenStepFluent.NegativeConditionNested,IfFluent.NegativeConditionNested,IndexFluent.NegativeExpressionNested,InstanceOfFluent.NegativeExpressionNested,InverseFluent.NegativeExpresionNested,MethodCallFluent.NegativeArgumentsNested,NegativeBuilder,NegativeFluent.NegativeExpresionNested,NewArrayFluent.NegativeExpressionsNested,NotFluent.NegativeExpresionNested,PositiveFluent.NegativeExpresionNested,PostDecrementFluent.NegativeExpressionNested,PostIncrementFluent.NegativeExpressionNested,PreDecrementFluent.NegativeExpressionNested,PreIncrementFluent.NegativeExpressionNested,PropertyFluent.NegativeInitialValueNested,ReturnFluent.NegativeExpressionNested,SwitchFluent.NegativeExpressionNested,SynchronizedFluent.NegativeLockExpressionNested,TernaryFluent.NegativeAlternativeNested,TernaryFluent.NegativeConditionNested,TernaryFluent.NegativeResultNested,ThrowFluent.NegativeExceptionNested,WhileFluent.NegativeConditionNested,WithScopeFluent.NegativeScopeNested
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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
-
buildExpresion
-
builder
-
copyInstance
-
equals
- Overrides:
equalsin classBaseFluent<A extends NegativeFluent<A>>
-
hasExpresion
public boolean hasExpresion() -
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends NegativeFluent<A>>
-
toString
-
withExpresion
-
withNewAssignExpresion
-
withNewAssignExpresionLike
-
withNewBinaryExpressionExpresion
-
withNewBinaryExpressionExpresionLike
public NegativeFluent<A>.BinaryExpressionExpresionNested<A> withNewBinaryExpressionExpresionLike(BinaryExpression item) -
withNewBitwiseAndExpresion
-
withNewBitwiseAndExpresion
-
withNewBitwiseAndExpresionLike
public NegativeFluent<A>.BitwiseAndExpresionNested<A> withNewBitwiseAndExpresionLike(BitwiseAnd item) -
withNewBitwiseOrExpresion
-
withNewBitwiseOrExpresion
-
withNewBitwiseOrExpresionLike
-
withNewCastExpresion
-
withNewCastExpresionLike
-
withNewClassRefExpresion
-
withNewClassRefExpresionLike
-
withNewConstructExpresion
-
withNewConstructExpresionLike
-
withNewContextRefExpresion
-
withNewContextRefExpresion
-
withNewContextRefExpresionLike
public NegativeFluent<A>.ContextRefExpresionNested<A> withNewContextRefExpresionLike(ContextRef item) -
withNewDeclareExpresion
-
withNewDeclareExpresion
-
withNewDeclareExpresion
-
withNewDeclareExpresionLike
-
withNewDivideExpresion
-
withNewDivideExpresion
-
withNewDivideExpresionLike
-
withNewDotClassExpresion
-
withNewDotClassExpresionLike
-
withNewEmptyExpresion
-
withNewEmptyExpresionLike
-
withNewEnclosedExpresion
-
withNewEnclosedExpresionLike
-
withNewEqualsExpresion
-
withNewEqualsExpresion
-
withNewEqualsExpresionLike
-
withNewGreaterThanExpresion
-
withNewGreaterThanExpresion
-
withNewGreaterThanExpresionLike
public NegativeFluent<A>.GreaterThanExpresionNested<A> withNewGreaterThanExpresionLike(GreaterThan item) -
withNewGreaterThanOrEqualExpresion
-
withNewGreaterThanOrEqualExpresion
-
withNewGreaterThanOrEqualExpresionLike
public NegativeFluent<A>.GreaterThanOrEqualExpresionNested<A> withNewGreaterThanOrEqualExpresionLike(GreaterThanOrEqual item) -
withNewIndexExpresion
-
withNewIndexExpresionLike
-
withNewInstanceOfExpresion
-
withNewInstanceOfExpresionLike
public NegativeFluent<A>.InstanceOfExpresionNested<A> withNewInstanceOfExpresionLike(InstanceOf item) -
withNewInverseExpresion
-
withNewInverseExpresionLike
-
withNewLambdaExpresion
-
withNewLambdaExpresionLike
-
withNewLeftShiftExpresion
-
withNewLeftShiftExpresion
-
withNewLeftShiftExpresionLike
-
withNewLessThanExpresion
-
withNewLessThanExpresion
-
withNewLessThanExpresionLike
-
withNewLessThanOrEqualExpresion
-
withNewLessThanOrEqualExpresion
-
withNewLessThanOrEqualExpresionLike
public NegativeFluent<A>.LessThanOrEqualExpresionNested<A> withNewLessThanOrEqualExpresionLike(LessThanOrEqual item) -
withNewLogicalAndExpresion
-
withNewLogicalAndExpresion
-
withNewLogicalAndExpresionLike
public NegativeFluent<A>.LogicalAndExpresionNested<A> withNewLogicalAndExpresionLike(LogicalAnd item) -
withNewLogicalOrExpresion
-
withNewLogicalOrExpresion
-
withNewLogicalOrExpresionLike
-
withNewMethodCallExpresion
-
withNewMethodCallExpresionLike
public NegativeFluent<A>.MethodCallExpresionNested<A> withNewMethodCallExpresionLike(MethodCall item) -
withNewMinusExpresion
-
withNewMinusExpresion
-
withNewMinusExpresionLike
-
withNewModuloExpresion
-
withNewModuloExpresion
-
withNewModuloExpresionLike
-
withNewMultiplyExpresion
-
withNewMultiplyExpresion
-
withNewMultiplyExpresionLike
-
withNewNegativeExpresion
-
withNewNegativeExpresionLike
-
withNewNewArrayExpresion
-
withNewNewArrayExpresion
-
withNewNewArrayExpresionLike
-
withNewNotEqualsExpresion
-
withNewNotEqualsExpresion
-
withNewNotEqualsExpresionLike
-
withNewNotExpresion
-
withNewNotExpresionLike
-
withNewPlusExpresion
-
withNewPlusExpresion
-
withNewPlusExpresionLike
-
withNewPositiveExpresion
-
withNewPositiveExpresionLike
-
withNewPostDecrementExpresion
-
withNewPostDecrementExpresionLike
public NegativeFluent<A>.PostDecrementExpresionNested<A> withNewPostDecrementExpresionLike(PostDecrement item) -
withNewPostIncrementExpresion
-
withNewPostIncrementExpresionLike
public NegativeFluent<A>.PostIncrementExpresionNested<A> withNewPostIncrementExpresionLike(PostIncrement item) -
withNewPreDecrementExpresion
-
withNewPreDecrementExpresionLike
public NegativeFluent<A>.PreDecrementExpresionNested<A> withNewPreDecrementExpresionLike(PreDecrement item) -
withNewPreIncrementExpresion
-
withNewPreIncrementExpresionLike
public NegativeFluent<A>.PreIncrementExpresionNested<A> withNewPreIncrementExpresionLike(PreIncrement item) -
withNewPropertyExpresion
-
withNewPropertyExpresionLike
-
withNewPropertyRefExpresion
-
withNewPropertyRefExpresionLike
public NegativeFluent<A>.PropertyRefExpresionNested<A> withNewPropertyRefExpresionLike(PropertyRef item) -
withNewRightShiftExpresion
-
withNewRightShiftExpresion
-
withNewRightShiftExpresionLike
public NegativeFluent<A>.RightShiftExpresionNested<A> withNewRightShiftExpresionLike(RightShift item) -
withNewRightUnsignedShiftExpresion
-
withNewRightUnsignedShiftExpresion
-
withNewRightUnsignedShiftExpresionLike
public NegativeFluent<A>.RightUnsignedShiftExpresionNested<A> withNewRightUnsignedShiftExpresionLike(RightUnsignedShift item) -
withNewSuperExpresion
-
withNewSuperExpresionLike
-
withNewTernaryExpresion
-
withNewTernaryExpresionLike
-
withNewThisExpresion
-
withNewThisExpresionLike
-
withNewValueRefExpresion
-
withNewValueRefExpresion
-
withNewValueRefExpresionLike
-
withNewXorExpresion
-
withNewXorExpresion
-
withNewXorExpresionLike
-