Package io.sundr.model
Class NotFluent<A extends NotFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.NotFluent<A>
- Direct Known Subclasses:
AssignFluent.NotTargetNested,AssignFluent.NotValueNested,BinaryExpressionFluent.NotLeftNested,BinaryExpressionFluent.NotRightNested,CastFluent.NotExpressionNested,ConstructFluent.NotArgumentsNested,DeclareFluent.NotValueNested,DoFluent.NotConditionNested,EnclosedFluent.NotExpresionNested,ForeachFluent.NotExpressionNested,ForFluent.NotCompareNested,ForFluent.NotInitNested,ForFluent.NotUpdateNested,IfDslConditionStepFluent.NotConditionNested,IfDslThenStepFluent.NotConditionNested,IfFluent.NotConditionNested,IndexFluent.NotExpressionNested,InstanceOfFluent.NotExpressionNested,InverseFluent.NotExpresionNested,MethodCallFluent.NotArgumentsNested,NegativeFluent.NotExpresionNested,NewArrayFluent.NotExpressionsNested,NotBuilder,NotFluent.NotExpresionNested,PositiveFluent.NotExpresionNested,PostDecrementFluent.NotExpressionNested,PostIncrementFluent.NotExpressionNested,PreDecrementFluent.NotExpressionNested,PreIncrementFluent.NotExpressionNested,PropertyFluent.NotInitialValueNested,ReturnFluent.NotExpressionNested,SwitchFluent.NotExpressionNested,SynchronizedFluent.NotLockExpressionNested,TernaryFluent.NotAlternativeNested,TernaryFluent.NotConditionNested,TernaryFluent.NotResultNested,ThrowFluent.NotExceptionNested,WhileFluent.NotConditionNested,WithScopeFluent.NotScopeNested
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(Not 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
-
NotFluent
public NotFluent() -
NotFluent
-
-
Method Details
-
buildExpresion
-
builder
-
copyInstance
-
equals
- Overrides:
equalsin classBaseFluent<A extends NotFluent<A>>
-
hasExpresion
public boolean hasExpresion() -
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends NotFluent<A>>
-
toString
-
withExpresion
-
withNewAssignExpresion
-
withNewAssignExpresionLike
-
withNewBinaryExpressionExpresion
-
withNewBinaryExpressionExpresionLike
public NotFluent<A>.BinaryExpressionExpresionNested<A> withNewBinaryExpressionExpresionLike(BinaryExpression item) -
withNewBitwiseAndExpresion
-
withNewBitwiseAndExpresion
-
withNewBitwiseAndExpresionLike
-
withNewBitwiseOrExpresion
-
withNewBitwiseOrExpresion
-
withNewBitwiseOrExpresionLike
-
withNewCastExpresion
-
withNewCastExpresionLike
-
withNewClassRefExpresion
-
withNewClassRefExpresionLike
-
withNewConstructExpresion
-
withNewConstructExpresionLike
-
withNewContextRefExpresion
-
withNewContextRefExpresion
-
withNewContextRefExpresionLike
-
withNewDeclareExpresion
-
withNewDeclareExpresion
-
withNewDeclareExpresion
-
withNewDeclareExpresionLike
-
withNewDivideExpresion
-
withNewDivideExpresion
-
withNewDivideExpresionLike
-
withNewDotClassExpresion
-
withNewDotClassExpresionLike
-
withNewEmptyExpresion
-
withNewEmptyExpresionLike
-
withNewEnclosedExpresion
-
withNewEnclosedExpresionLike
-
withNewEqualsExpresion
-
withNewEqualsExpresion
-
withNewEqualsExpresionLike
-
withNewGreaterThanExpresion
-
withNewGreaterThanExpresion
-
withNewGreaterThanExpresionLike
-
withNewGreaterThanOrEqualExpresion
-
withNewGreaterThanOrEqualExpresion
-
withNewGreaterThanOrEqualExpresionLike
public NotFluent<A>.GreaterThanOrEqualExpresionNested<A> withNewGreaterThanOrEqualExpresionLike(GreaterThanOrEqual item) -
withNewIndexExpresion
-
withNewIndexExpresionLike
-
withNewInstanceOfExpresion
-
withNewInstanceOfExpresionLike
-
withNewInverseExpresion
-
withNewInverseExpresionLike
-
withNewLambdaExpresion
-
withNewLambdaExpresionLike
-
withNewLeftShiftExpresion
-
withNewLeftShiftExpresion
-
withNewLeftShiftExpresionLike
-
withNewLessThanExpresion
-
withNewLessThanExpresion
-
withNewLessThanExpresionLike
-
withNewLessThanOrEqualExpresion
-
withNewLessThanOrEqualExpresion
-
withNewLessThanOrEqualExpresionLike
public NotFluent<A>.LessThanOrEqualExpresionNested<A> withNewLessThanOrEqualExpresionLike(LessThanOrEqual item) -
withNewLogicalAndExpresion
-
withNewLogicalAndExpresion
-
withNewLogicalAndExpresionLike
-
withNewLogicalOrExpresion
-
withNewLogicalOrExpresion
-
withNewLogicalOrExpresionLike
-
withNewMethodCallExpresion
-
withNewMethodCallExpresionLike
-
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 NotFluent<A>.PostDecrementExpresionNested<A> withNewPostDecrementExpresionLike(PostDecrement item) -
withNewPostIncrementExpresion
-
withNewPostIncrementExpresionLike
public NotFluent<A>.PostIncrementExpresionNested<A> withNewPostIncrementExpresionLike(PostIncrement item) -
withNewPreDecrementExpresion
-
withNewPreDecrementExpresionLike
public NotFluent<A>.PreDecrementExpresionNested<A> withNewPreDecrementExpresionLike(PreDecrement item) -
withNewPreIncrementExpresion
-
withNewPreIncrementExpresionLike
public NotFluent<A>.PreIncrementExpresionNested<A> withNewPreIncrementExpresionLike(PreIncrement item) -
withNewPropertyExpresion
-
withNewPropertyExpresionLike
-
withNewPropertyRefExpresion
-
withNewPropertyRefExpresionLike
-
withNewRightShiftExpresion
-
withNewRightShiftExpresion
-
withNewRightShiftExpresionLike
-
withNewRightUnsignedShiftExpresion
-
withNewRightUnsignedShiftExpresion
-
withNewRightUnsignedShiftExpresionLike
public NotFluent<A>.RightUnsignedShiftExpresionNested<A> withNewRightUnsignedShiftExpresionLike(RightUnsignedShift item) -
withNewSuperExpresion
-
withNewSuperExpresionLike
-
withNewTernaryExpresion
-
withNewTernaryExpresionLike
-
withNewThisExpresion
-
withNewThisExpresionLike
-
withNewValueRefExpresion
-
withNewValueRefExpresion
-
withNewValueRefExpresionLike
-
withNewXorExpresion
-
withNewXorExpresion
-
withNewXorExpresionLike
-