Class MethodCallFluent<A extends MethodCallFluent<A>>

Direct Known Subclasses:
AssignFluent.MethodCallTargetNested, AssignFluent.MethodCallValueNested, BinaryExpressionFluent.MethodCallLeftNested, BinaryExpressionFluent.MethodCallRightNested, BlockFluent.MethodCallStatementsNested, CastFluent.MethodCallExpressionNested, ConstructFluent.MethodCallArgumentsNested, DeclareFluent.MethodCallValueNested, DoFluent.MethodCallConditionNested, DoFluent.MethodCallStatementNested, EnclosedFluent.MethodCallExpresionNested, ForeachFluent.MethodCallBodyNested, ForeachFluent.MethodCallExpressionNested, ForFluent.MethodCallBodyNested, ForFluent.MethodCallCompareNested, ForFluent.MethodCallInitNested, ForFluent.MethodCallUpdateNested, IfDslConditionStepFluent.MethodCallConditionNested, IfDslThenStepFluent.MethodCallConditionNested, IfDslThenStepFluent.MethodCallStatementsNested, IfFluent.MethodCallConditionNested, IfFluent.MethodCallElseStatementNested, IfFluent.MethodCallStatementNested, IndexFluent.MethodCallExpressionNested, InstanceOfFluent.MethodCallExpressionNested, InverseFluent.MethodCallExpresionNested, LambdaFluent.MethodCallStatementNested, MethodCallBuilder, MethodCallFluent.MethodCallArgumentsNested, NegativeFluent.MethodCallExpresionNested, NewArrayFluent.MethodCallExpressionsNested, NotFluent.MethodCallExpresionNested, PositiveFluent.MethodCallExpresionNested, PostDecrementFluent.MethodCallExpressionNested, PostIncrementFluent.MethodCallExpressionNested, PreDecrementFluent.MethodCallExpressionNested, PreIncrementFluent.MethodCallExpressionNested, PropertyFluent.MethodCallInitialValueNested, ReturnFluent.MethodCallExpressionNested, SwitchFluent.MethodCallExpressionNested, SynchronizedFluent.MethodCallBodyNested, SynchronizedFluent.MethodCallLockExpressionNested, TernaryFluent.MethodCallAlternativeNested, TernaryFluent.MethodCallConditionNested, TernaryFluent.MethodCallResultNested, ThrowFluent.MethodCallExceptionNested, WhileFluent.MethodCallConditionNested, WhileFluent.MethodCallStatementNested, WithScopeFluent.MethodCallScopeNested

public class MethodCallFluent<A extends MethodCallFluent<A>> extends WithScopeFluent<A>
Generated