Class ValueRefFluent<A extends ValueRefFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.ValueRefFluent<A>
Direct Known Subclasses:
AssignFluent.ValueRefTargetNested, AssignFluent.ValueRefValueNested, BinaryExpressionFluent.ValueRefLeftNested, BinaryExpressionFluent.ValueRefRightNested, CastFluent.ValueRefExpressionNested, ConstructFluent.ValueRefArgumentsNested, DoFluent.ValueRefConditionNested, EnclosedFluent.ValueRefExpresionNested, ForeachFluent.ValueRefExpressionNested, ForFluent.ValueRefCompareNested, ForFluent.ValueRefInitNested, ForFluent.ValueRefUpdateNested, IfFluent.ValueRefConditionNested, IndexFluent.ValueRefExpressionNested, IndexFluent.ValueRefScopeNested, InstanceOfFluent.ValueRefExpressionNested, InverseFluent.ValueRefExpresionNested, MethodCallFluent.ValueRefArgumentsNested, MethodCallFluent.ValueRefScopeNested, NegativeFluent.ValueRefExpresionNested, NewArrayFluent.ValueRefExpressionsNested, NotFluent.ValueRefExpresionNested, PositiveFluent.ValueRefExpresionNested, PostDecrementFluent.ValueRefExpressionNested, PostIncrementFluent.ValueRefExpressionNested, PreDecrementFluent.ValueRefExpressionNested, PreIncrementFluent.ValueRefExpressionNested, PropertyRefFluent.ValueRefScopeNested, ReturnFluent.ValueRefExpressionNested, SwitchFluent.ValueRefExpressionNested, TernaryFluent.ValueRefAlternativeNested, TernaryFluent.ValueRefConditionNested, TernaryFluent.ValueRefResultNested, ValueRefBuilder, WhileFluent.ValueRefConditionNested

public class ValueRefFluent<A extends ValueRefFluent<A>> extends BaseFluent<A>
Generated
  • Constructor Details

    • ValueRefFluent

      public ValueRefFluent()
    • ValueRefFluent

      public ValueRefFluent(ValueRef instance)
  • Method Details