Package io.sundr.model
Class CastBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.CastFluent<CastBuilder>
-
- io.sundr.model.CastBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.Cast>,io.sundr.builder.Visitable<CastBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.Cast,CastBuilder>
public class CastBuilder extends CastFluent<CastBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.Cast,CastBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.sundr.model.CastFluent
CastFluent.AssignExpressionNested<N>, CastFluent.BinaryExpressionNested<N>, CastFluent.BitwiseAndExpressionNested<N>, CastFluent.BitwiseOrExpressionNested<N>, CastFluent.CastExpressionNested<N>, CastFluent.ClassRefTypeNested<N>, CastFluent.ConstructExpressionNested<N>, CastFluent.DeclareExpressionNested<N>, CastFluent.DivideExpressionNested<N>, CastFluent.EnclosedExpressionNested<N>, CastFluent.EqualsExpressionNested<N>, CastFluent.GreaterThanExpressionNested<N>, CastFluent.GreaterThanOrEqualExpressionNested<N>, CastFluent.IndexExpressionNested<N>, CastFluent.InstanceOfExpressionNested<N>, CastFluent.InverseExpressionNested<N>, CastFluent.LambdaExpressionNested<N>, CastFluent.LeftShiftExpressionNested<N>, CastFluent.LessThanExpressionNested<N>, CastFluent.LessThanOrEqualExpressionNested<N>, CastFluent.LogicalAndExpressionNested<N>, CastFluent.LogicalOrExpressionNested<N>, CastFluent.MethodCallExpressionNested<N>, CastFluent.MinusExpressionNested<N>, CastFluent.ModuloExpressionNested<N>, CastFluent.MultiplyExpressionNested<N>, CastFluent.NegativeExpressionNested<N>, CastFluent.NewArrayExpressionNested<N>, CastFluent.NotEqualsExpressionNested<N>, CastFluent.NotExpressionNested<N>, CastFluent.PlusExpressionNested<N>, CastFluent.PositiveExpressionNested<N>, CastFluent.PostDecrementExpressionNested<N>, CastFluent.PostIncrementExpressionNested<N>, CastFluent.PreDecrementExpressionNested<N>, CastFluent.PreIncrementExpressionNested<N>, CastFluent.PrimitiveRefTypeNested<N>, CastFluent.PropertyRefExpressionNested<N>, CastFluent.RightShiftExpressionNested<N>, CastFluent.RightUnsignedShiftExpressionNested<N>, CastFluent.TernaryExpressionNested<N>, CastFluent.ThisExpressionNested<N>, CastFluent.TypeParamRefTypeNested<N>, CastFluent.ValueRefExpressionNested<N>, CastFluent.VoidRefTypeNested<N>, CastFluent.WildcardRefTypeNested<N>, CastFluent.XorExpressionNested<N>
-
-
Constructor Summary
Constructors Constructor Description CastBuilder()CastBuilder(io.sundr.model.Cast instance)CastBuilder(CastFluent<?> fluent)CastBuilder(CastFluent<?> fluent, io.sundr.model.Cast instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.Castbuild()-
Methods inherited from class io.sundr.model.CastFluent
builder, buildExpression, buildType, copyInstance, equals, hasExpression, hashCode, hasType, toString, withExpression, withNewAssignExpression, withNewAssignExpressionLike, withNewBinaryExpression, withNewBinaryExpressionLike, withNewBitwiseAndExpression, withNewBitwiseAndExpression, withNewBitwiseAndExpressionLike, withNewBitwiseOrExpression, withNewBitwiseOrExpression, withNewBitwiseOrExpressionLike, withNewCastExpression, withNewCastExpressionLike, withNewClassRefType, withNewClassRefTypeLike, withNewConstructExpression, withNewConstructExpressionLike, withNewDeclareExpression, withNewDeclareExpression, withNewDeclareExpression, withNewDeclareExpressionLike, withNewDivideExpression, withNewDivideExpression, withNewDivideExpressionLike, withNewEnclosedExpression, withNewEnclosedExpressionLike, withNewEqualsExpression, withNewEqualsExpression, withNewEqualsExpressionLike, withNewGreaterThanExpression, withNewGreaterThanExpression, withNewGreaterThanExpressionLike, withNewGreaterThanOrEqualExpression, withNewGreaterThanOrEqualExpression, withNewGreaterThanOrEqualExpressionLike, withNewIndexExpression, withNewIndexExpressionLike, withNewInstanceOfExpression, withNewInstanceOfExpressionLike, withNewInverseExpression, withNewInverseExpressionLike, withNewLambdaExpression, withNewLambdaExpressionLike, withNewLeftShiftExpression, withNewLeftShiftExpression, withNewLeftShiftExpressionLike, withNewLessThanExpression, withNewLessThanExpression, withNewLessThanExpressionLike, withNewLessThanOrEqualExpression, withNewLessThanOrEqualExpression, withNewLessThanOrEqualExpressionLike, withNewLogicalAndExpression, withNewLogicalAndExpression, withNewLogicalAndExpressionLike, withNewLogicalOrExpression, withNewLogicalOrExpression, withNewLogicalOrExpressionLike, withNewMethodCallExpression, withNewMethodCallExpressionLike, withNewMinusExpression, withNewMinusExpression, withNewMinusExpressionLike, withNewModuloExpression, withNewModuloExpression, withNewModuloExpressionLike, withNewMultiplyExpression, withNewMultiplyExpression, withNewMultiplyExpressionLike, withNewNegativeExpression, withNewNegativeExpressionLike, withNewNewArrayExpression, withNewNewArrayExpression, withNewNewArrayExpressionLike, withNewNotEqualsExpression, withNewNotEqualsExpression, withNewNotEqualsExpressionLike, withNewNotExpression, withNewNotExpressionLike, withNewPlusExpression, withNewPlusExpression, withNewPlusExpressionLike, withNewPositiveExpression, withNewPositiveExpressionLike, withNewPostDecrementExpression, withNewPostDecrementExpressionLike, withNewPostIncrementExpression, withNewPostIncrementExpressionLike, withNewPreDecrementExpression, withNewPreDecrementExpressionLike, withNewPreIncrementExpression, withNewPreIncrementExpressionLike, withNewPrimitiveRefType, withNewPrimitiveRefTypeLike, withNewPropertyRefExpression, withNewPropertyRefExpressionLike, withNewRightShiftExpression, withNewRightShiftExpression, withNewRightShiftExpressionLike, withNewRightUnsignedShiftExpression, withNewRightUnsignedShiftExpression, withNewRightUnsignedShiftExpressionLike, withNewTernaryExpression, withNewTernaryExpressionLike, withNewThisExpression, withNewThisExpressionLike, withNewTypeParamRefType, withNewTypeParamRefTypeLike, withNewValueRefExpression, withNewValueRefExpression, withNewValueRefExpressionLike, withNewVoidRefType, withNewVoidRefTypeLike, withNewWildcardRefType, withNewWildcardRefTypeLike, withNewXorExpression, withNewXorExpression, withNewXorExpressionLike, withType
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
CastBuilder
public CastBuilder()
-
CastBuilder
public CastBuilder(CastFluent<?> fluent)
-
CastBuilder
public CastBuilder(CastFluent<?> fluent, io.sundr.model.Cast instance)
-
CastBuilder
public CastBuilder(io.sundr.model.Cast instance)
-
-