Package io.sundr.model
Class InstanceOfFluent<A extends InstanceOfFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.InstanceOfFluent<A>
-
- Direct Known Subclasses:
AssignFluent.InstanceOfTargetNested,AssignFluent.InstanceOfValueNested,BinaryExpressionFluent.InstanceOfLeftNested,BinaryExpressionFluent.InstanceOfRightNested,CastFluent.InstanceOfExpressionNested,ConstructFluent.InstanceOfArgumentsNested,DoFluent.InstanceOfConditionNested,EnclosedFluent.InstanceOfExpresionNested,ForeachFluent.InstanceOfExpressionNested,ForFluent.InstanceOfCompareNested,ForFluent.InstanceOfInitNested,ForFluent.InstanceOfUpdateNested,IfFluent.InstanceOfConditionNested,IndexFluent.InstanceOfExpressionNested,IndexFluent.InstanceOfScopeNested,InstanceOfBuilder,InstanceOfFluent.InstanceOfExpressionNested,InverseFluent.InstanceOfExpresionNested,MethodCallFluent.InstanceOfArgumentsNested,MethodCallFluent.InstanceOfScopeNested,NegativeFluent.InstanceOfExpresionNested,NewArrayFluent.InstanceOfExpressionsNested,NotFluent.InstanceOfExpresionNested,PositiveFluent.InstanceOfExpresionNested,PostDecrementFluent.InstanceOfExpressionNested,PostIncrementFluent.InstanceOfExpressionNested,PreDecrementFluent.InstanceOfExpressionNested,PreIncrementFluent.InstanceOfExpressionNested,PropertyRefFluent.InstanceOfScopeNested,ReturnFluent.InstanceOfExpressionNested,SwitchFluent.InstanceOfExpressionNested,TernaryFluent.InstanceOfAlternativeNested,TernaryFluent.InstanceOfConditionNested,TernaryFluent.InstanceOfResultNested,WhileFluent.InstanceOfConditionNested
public class InstanceOfFluent<A extends InstanceOfFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description InstanceOfFluent()InstanceOfFluent(InstanceOf instance)
-
Method Summary
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InstanceOfFluent
public InstanceOfFluent()
-
InstanceOfFluent
public InstanceOfFluent(InstanceOf instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(InstanceOf instance)
-
buildExpression
public Expression buildExpression()
-
withExpression
public A withExpression(Expression expression)
-
hasExpression
public boolean hasExpression()
-
withNewMultiplyExpression
public InstanceOfFluent.MultiplyExpressionNested<A> withNewMultiplyExpression()
-
withNewMultiplyExpressionLike
public InstanceOfFluent.MultiplyExpressionNested<A> withNewMultiplyExpressionLike(Multiply item)
-
withNewNewArrayExpression
public InstanceOfFluent.NewArrayExpressionNested<A> withNewNewArrayExpression()
-
withNewNewArrayExpressionLike
public InstanceOfFluent.NewArrayExpressionNested<A> withNewNewArrayExpressionLike(NewArray item)
-
withNewInstanceOfExpression
public InstanceOfFluent.InstanceOfExpressionNested<A> withNewInstanceOfExpression()
-
withNewInstanceOfExpressionLike
public InstanceOfFluent.InstanceOfExpressionNested<A> withNewInstanceOfExpressionLike(InstanceOf item)
-
withNewMethodCallExpression
public InstanceOfFluent.MethodCallExpressionNested<A> withNewMethodCallExpression()
-
withNewMethodCallExpressionLike
public InstanceOfFluent.MethodCallExpressionNested<A> withNewMethodCallExpressionLike(MethodCall item)
-
withNewInverseExpression
public InstanceOfFluent.InverseExpressionNested<A> withNewInverseExpression()
-
withNewInverseExpressionLike
public InstanceOfFluent.InverseExpressionNested<A> withNewInverseExpressionLike(Inverse item)
-
withNewIndexExpression
public InstanceOfFluent.IndexExpressionNested<A> withNewIndexExpression()
-
withNewIndexExpressionLike
public InstanceOfFluent.IndexExpressionNested<A> withNewIndexExpressionLike(Index item)
-
withNewGreaterThanOrEqualExpression
public InstanceOfFluent.GreaterThanOrEqualExpressionNested<A> withNewGreaterThanOrEqualExpression()
-
withNewGreaterThanOrEqualExpressionLike
public InstanceOfFluent.GreaterThanOrEqualExpressionNested<A> withNewGreaterThanOrEqualExpressionLike(GreaterThanOrEqual item)
-
withNewGreaterThanOrEqualExpression
public A withNewGreaterThanOrEqualExpression(Object left, Object right)
-
withNewBitwiseAndExpression
public InstanceOfFluent.BitwiseAndExpressionNested<A> withNewBitwiseAndExpression()
-
withNewBitwiseAndExpressionLike
public InstanceOfFluent.BitwiseAndExpressionNested<A> withNewBitwiseAndExpressionLike(BitwiseAnd item)
-
withNewMinusExpression
public InstanceOfFluent.MinusExpressionNested<A> withNewMinusExpression()
-
withNewMinusExpressionLike
public InstanceOfFluent.MinusExpressionNested<A> withNewMinusExpressionLike(Minus item)
-
withNewLogicalOrExpression
public InstanceOfFluent.LogicalOrExpressionNested<A> withNewLogicalOrExpression()
-
withNewLogicalOrExpressionLike
public InstanceOfFluent.LogicalOrExpressionNested<A> withNewLogicalOrExpressionLike(LogicalOr item)
-
withNewNotEqualsExpression
public InstanceOfFluent.NotEqualsExpressionNested<A> withNewNotEqualsExpression()
-
withNewNotEqualsExpressionLike
public InstanceOfFluent.NotEqualsExpressionNested<A> withNewNotEqualsExpressionLike(NotEquals item)
-
withNewDivideExpression
public InstanceOfFluent.DivideExpressionNested<A> withNewDivideExpression()
-
withNewDivideExpressionLike
public InstanceOfFluent.DivideExpressionNested<A> withNewDivideExpressionLike(Divide item)
-
withNewLessThanExpression
public InstanceOfFluent.LessThanExpressionNested<A> withNewLessThanExpression()
-
withNewLessThanExpressionLike
public InstanceOfFluent.LessThanExpressionNested<A> withNewLessThanExpressionLike(LessThan item)
-
withNewBitwiseOrExpression
public InstanceOfFluent.BitwiseOrExpressionNested<A> withNewBitwiseOrExpression()
-
withNewBitwiseOrExpressionLike
public InstanceOfFluent.BitwiseOrExpressionNested<A> withNewBitwiseOrExpressionLike(BitwiseOr item)
-
withNewPropertyRefExpression
public InstanceOfFluent.PropertyRefExpressionNested<A> withNewPropertyRefExpression()
-
withNewPropertyRefExpressionLike
public InstanceOfFluent.PropertyRefExpressionNested<A> withNewPropertyRefExpressionLike(PropertyRef item)
-
withNewRightShiftExpression
public InstanceOfFluent.RightShiftExpressionNested<A> withNewRightShiftExpression()
-
withNewRightShiftExpressionLike
public InstanceOfFluent.RightShiftExpressionNested<A> withNewRightShiftExpressionLike(RightShift item)
-
withNewGreaterThanExpression
public InstanceOfFluent.GreaterThanExpressionNested<A> withNewGreaterThanExpression()
-
withNewGreaterThanExpressionLike
public InstanceOfFluent.GreaterThanExpressionNested<A> withNewGreaterThanExpressionLike(GreaterThan item)
-
withNewDeclareExpression
public InstanceOfFluent.DeclareExpressionNested<A> withNewDeclareExpression()
-
withNewDeclareExpressionLike
public InstanceOfFluent.DeclareExpressionNested<A> withNewDeclareExpressionLike(Declare item)
-
withNewCastExpression
public InstanceOfFluent.CastExpressionNested<A> withNewCastExpression()
-
withNewCastExpressionLike
public InstanceOfFluent.CastExpressionNested<A> withNewCastExpressionLike(Cast item)
-
withNewModuloExpression
public InstanceOfFluent.ModuloExpressionNested<A> withNewModuloExpression()
-
withNewModuloExpressionLike
public InstanceOfFluent.ModuloExpressionNested<A> withNewModuloExpressionLike(Modulo item)
-
withNewValueRefExpression
public InstanceOfFluent.ValueRefExpressionNested<A> withNewValueRefExpression()
-
withNewValueRefExpressionLike
public InstanceOfFluent.ValueRefExpressionNested<A> withNewValueRefExpressionLike(ValueRef item)
-
withNewLeftShiftExpression
public InstanceOfFluent.LeftShiftExpressionNested<A> withNewLeftShiftExpression()
-
withNewLeftShiftExpressionLike
public InstanceOfFluent.LeftShiftExpressionNested<A> withNewLeftShiftExpressionLike(LeftShift item)
-
withNewTernaryExpression
public InstanceOfFluent.TernaryExpressionNested<A> withNewTernaryExpression()
-
withNewTernaryExpressionLike
public InstanceOfFluent.TernaryExpressionNested<A> withNewTernaryExpressionLike(Ternary item)
-
withNewBinaryExpression
public InstanceOfFluent.BinaryExpressionNested<A> withNewBinaryExpression()
-
withNewBinaryExpressionLike
public InstanceOfFluent.BinaryExpressionNested<A> withNewBinaryExpressionLike(BinaryExpression item)
-
withNewEqualsExpression
public InstanceOfFluent.EqualsExpressionNested<A> withNewEqualsExpression()
-
withNewEqualsExpressionLike
public InstanceOfFluent.EqualsExpressionNested<A> withNewEqualsExpressionLike(Equals item)
-
withNewEnclosedExpression
public InstanceOfFluent.EnclosedExpressionNested<A> withNewEnclosedExpression()
-
withNewEnclosedExpressionLike
public InstanceOfFluent.EnclosedExpressionNested<A> withNewEnclosedExpressionLike(Enclosed item)
-
withNewPreDecrementExpression
public InstanceOfFluent.PreDecrementExpressionNested<A> withNewPreDecrementExpression()
-
withNewPreDecrementExpressionLike
public InstanceOfFluent.PreDecrementExpressionNested<A> withNewPreDecrementExpressionLike(PreDecrement item)
-
withNewPostDecrementExpression
public InstanceOfFluent.PostDecrementExpressionNested<A> withNewPostDecrementExpression()
-
withNewPostDecrementExpressionLike
public InstanceOfFluent.PostDecrementExpressionNested<A> withNewPostDecrementExpressionLike(PostDecrement item)
-
withNewLambdaExpression
public InstanceOfFluent.LambdaExpressionNested<A> withNewLambdaExpression()
-
withNewLambdaExpressionLike
public InstanceOfFluent.LambdaExpressionNested<A> withNewLambdaExpressionLike(Lambda item)
-
withNewNotExpression
public InstanceOfFluent.NotExpressionNested<A> withNewNotExpression()
-
withNewNotExpressionLike
public InstanceOfFluent.NotExpressionNested<A> withNewNotExpressionLike(Not item)
-
withNewAssignExpression
public InstanceOfFluent.AssignExpressionNested<A> withNewAssignExpression()
-
withNewAssignExpressionLike
public InstanceOfFluent.AssignExpressionNested<A> withNewAssignExpressionLike(Assign item)
-
withNewNegativeExpression
public InstanceOfFluent.NegativeExpressionNested<A> withNewNegativeExpression()
-
withNewNegativeExpressionLike
public InstanceOfFluent.NegativeExpressionNested<A> withNewNegativeExpressionLike(Negative item)
-
withNewThisExpression
public InstanceOfFluent.ThisExpressionNested<A> withNewThisExpression()
-
withNewThisExpressionLike
public InstanceOfFluent.ThisExpressionNested<A> withNewThisExpressionLike(This item)
-
withNewLogicalAndExpression
public InstanceOfFluent.LogicalAndExpressionNested<A> withNewLogicalAndExpression()
-
withNewLogicalAndExpressionLike
public InstanceOfFluent.LogicalAndExpressionNested<A> withNewLogicalAndExpressionLike(LogicalAnd item)
-
withNewPostIncrementExpression
public InstanceOfFluent.PostIncrementExpressionNested<A> withNewPostIncrementExpression()
-
withNewPostIncrementExpressionLike
public InstanceOfFluent.PostIncrementExpressionNested<A> withNewPostIncrementExpressionLike(PostIncrement item)
-
withNewRightUnsignedShiftExpression
public InstanceOfFluent.RightUnsignedShiftExpressionNested<A> withNewRightUnsignedShiftExpression()
-
withNewRightUnsignedShiftExpressionLike
public InstanceOfFluent.RightUnsignedShiftExpressionNested<A> withNewRightUnsignedShiftExpressionLike(RightUnsignedShift item)
-
withNewRightUnsignedShiftExpression
public A withNewRightUnsignedShiftExpression(Object left, Object right)
-
withNewPlusExpression
public InstanceOfFluent.PlusExpressionNested<A> withNewPlusExpression()
-
withNewPlusExpressionLike
public InstanceOfFluent.PlusExpressionNested<A> withNewPlusExpressionLike(Plus item)
-
withNewConstructExpression
public InstanceOfFluent.ConstructExpressionNested<A> withNewConstructExpression()
-
withNewConstructExpressionLike
public InstanceOfFluent.ConstructExpressionNested<A> withNewConstructExpressionLike(Construct item)
-
withNewXorExpression
public InstanceOfFluent.XorExpressionNested<A> withNewXorExpression()
-
withNewXorExpressionLike
public InstanceOfFluent.XorExpressionNested<A> withNewXorExpressionLike(Xor item)
-
withNewPreIncrementExpression
public InstanceOfFluent.PreIncrementExpressionNested<A> withNewPreIncrementExpression()
-
withNewPreIncrementExpressionLike
public InstanceOfFluent.PreIncrementExpressionNested<A> withNewPreIncrementExpressionLike(PreIncrement item)
-
withNewLessThanOrEqualExpression
public InstanceOfFluent.LessThanOrEqualExpressionNested<A> withNewLessThanOrEqualExpression()
-
withNewLessThanOrEqualExpressionLike
public InstanceOfFluent.LessThanOrEqualExpressionNested<A> withNewLessThanOrEqualExpressionLike(LessThanOrEqual item)
-
withNewLessThanOrEqualExpression
public A withNewLessThanOrEqualExpression(Object left, Object right)
-
withNewPositiveExpression
public InstanceOfFluent.PositiveExpressionNested<A> withNewPositiveExpression()
-
withNewPositiveExpressionLike
public InstanceOfFluent.PositiveExpressionNested<A> withNewPositiveExpressionLike(Positive item)
-
buildType
public ClassRef buildType()
-
hasType
public boolean hasType()
-
withNewType
public InstanceOfFluent.TypeNested<A> withNewType()
-
withNewTypeLike
public InstanceOfFluent.TypeNested<A> withNewTypeLike(ClassRef item)
-
editType
public InstanceOfFluent.TypeNested<A> editType()
-
editOrNewType
public InstanceOfFluent.TypeNested<A> editOrNewType()
-
editOrNewTypeLike
public InstanceOfFluent.TypeNested<A> editOrNewTypeLike(ClassRef item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends InstanceOfFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends InstanceOfFluent<A>>
-
builder
protected static <T> VisitableBuilder<T,?> builder(Object item)
-
-