Package io.sundr.model
Class IfFluent<A extends IfFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.IfFluent<A>
- Direct Known Subclasses:
BlockFluent.IfStatementsNested,DoFluent.IfStatementNested,ForeachFluent.IfBodyNested,ForFluent.IfBodyNested,IfBuilder,IfDslThenStepFluent.IfStatementsNested,IfFluent.IfElseStatementNested,IfFluent.IfStatementNested,LambdaFluent.IfStatementNested,SynchronizedFluent.IfBodyNested,WhileFluent.IfStatementNested
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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(If instance) booleanbooleanbooleaninthashCode()booleantoString()withCondition(Expression condition) withElseStatement(Statement elseStatement) withElseStatement(Optional<Statement> elseStatement) withNewBitwiseAndCondition(Object left, Object right) withNewBitwiseAndElseStatement(Object left, Object right) withNewBitwiseAndStatement(Object left, Object right) withNewBitwiseOrCondition(Object left, Object right) withNewBitwiseOrElseStatement(Object left, Object right) withNewBitwiseOrStatement(Object left, Object right) withNewCastConditionLike(Cast item) withNewDeclareCondition(Class type, String name) withNewDeclareCondition(Class type, String name, Object value) withNewDeclareElseStatement(Class type, String name) withNewDeclareElseStatement(Class type, String name, Object value) withNewDeclareStatement(Class type, String name) withNewDeclareStatement(Class type, String name, Object value) withNewDivideCondition(Object left, Object right) withNewDivideElseStatement(Object left, Object right) withNewDivideStatement(Object left, Object right) withNewDoElseStatementLike(Do item) withNewDoStatementLike(Do item) withNewEqualsCondition(Object left, Object right) withNewEqualsElseStatement(Object left, Object right) withNewEqualsStatement(Object left, Object right) withNewForStatementLike(For item) withNewGreaterThanCondition(Object left, Object right) withNewGreaterThanElseStatement(Object left, Object right) withNewGreaterThanOrEqualCondition(Object left, Object right) withNewGreaterThanOrEqualElseStatement(Object left, Object right) withNewGreaterThanOrEqualStatement(Object left, Object right) withNewGreaterThanStatement(Object left, Object right) withNewIfElseStatementLike(If item) withNewIfStatementLike(If item) withNewLeftShiftCondition(Object left, Object right) withNewLeftShiftElseStatement(Object left, Object right) withNewLeftShiftStatement(Object left, Object right) withNewLessThanCondition(Object left, Object right) withNewLessThanElseStatement(Object left, Object right) withNewLessThanOrEqualCondition(Object left, Object right) withNewLessThanOrEqualElseStatement(Object left, Object right) withNewLessThanOrEqualStatement(Object left, Object right) withNewLessThanStatement(Object left, Object right) withNewLogicalAndCondition(Object left, Object right) withNewLogicalAndElseStatement(Object left, Object right) withNewLogicalAndStatement(Object left, Object right) withNewLogicalOrCondition(Object left, Object right) withNewLogicalOrElseStatement(Object left, Object right) withNewLogicalOrStatement(Object left, Object right) withNewMinusCondition(Object left, Object right) withNewMinusElseStatement(Object left, Object right) withNewMinusStatement(Object left, Object right) withNewModuloCondition(Object left, Object right) withNewModuloElseStatement(Object left, Object right) withNewModuloStatement(Object left, Object right) withNewMultiplyCondition(Object left, Object right) withNewMultiplyElseStatement(Object left, Object right) withNewMultiplyStatement(Object left, Object right) withNewNewArrayCondition(Class type, Integer[] sizes) withNewNotConditionLike(Not item) withNewNotEqualsCondition(Object left, Object right) withNewNotEqualsElseStatement(Object left, Object right) withNewNotEqualsStatement(Object left, Object right) withNewPlusCondition(Object left, Object right) withNewPlusConditionLike(Plus item) withNewPlusElseStatement(Object left, Object right) withNewPlusStatement(Object left, Object right) withNewPlusStatementLike(Plus item) withNewReturnElseStatement(Object object) withNewReturnStatement(Object object) withNewRightShiftCondition(Object left, Object right) withNewRightShiftElseStatement(Object left, Object right) withNewRightShiftStatement(Object left, Object right) withNewRightUnsignedShiftCondition(Object left, Object right) withNewRightUnsignedShiftElseStatement(Object left, Object right) withNewRightUnsignedShiftStatement(Object left, Object right) withNewStringStatement(String data) withNewStringStatement(String data, Object[] parameters) withNewStringStatementElse(String data, Object[] parameters) withNewThisConditionLike(This item) withNewTryStatementLike(Try item) withNewValueRefCondition(Object value) withNewXorCondition(Object left, Object right) withNewXorConditionLike(Xor item) withNewXorElseStatement(Object left, Object right) withNewXorStatement(Object left, Object right) withNewXorStatementLike(Xor item) withStatement(Statement statement) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
IfFluent
public IfFluent() -
IfFluent
-
-
Method Details
-
buildCondition
-
buildElseStatement
-
buildStatement
-
builder
-
copyInstance
-
equals
- Overrides:
equalsin classBaseFluent<A extends IfFluent<A>>
-
hasCondition
public boolean hasCondition() -
hasElseStatement
public boolean hasElseStatement() -
hasStatement
public boolean hasStatement() -
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends IfFluent<A>>
-
toString
-
withCondition
-
withElseStatement
-
withElseStatement
-
withNewAssignCondition
-
withNewAssignConditionLike
-
withNewAssignElseStatement
-
withNewAssignElseStatementLike
-
withNewAssignStatement
-
withNewAssignStatementLike
-
withNewBinaryExpressionCondition
-
withNewBinaryExpressionConditionLike
public IfFluent<A>.BinaryExpressionConditionNested<A> withNewBinaryExpressionConditionLike(BinaryExpression item) -
withNewBinaryExpressionElseStatement
-
withNewBinaryExpressionElseStatementLike
public IfFluent<A>.BinaryExpressionElseStatementNested<A> withNewBinaryExpressionElseStatementLike(BinaryExpression item) -
withNewBinaryExpressionStatement
-
withNewBinaryExpressionStatementLike
public IfFluent<A>.BinaryExpressionStatementNested<A> withNewBinaryExpressionStatementLike(BinaryExpression item) -
withNewBitwiseAndCondition
-
withNewBitwiseAndCondition
-
withNewBitwiseAndConditionLike
-
withNewBitwiseAndElseStatement
-
withNewBitwiseAndElseStatement
-
withNewBitwiseAndElseStatementLike
public IfFluent<A>.BitwiseAndElseStatementNested<A> withNewBitwiseAndElseStatementLike(BitwiseAnd item) -
withNewBitwiseAndStatement
-
withNewBitwiseAndStatement
-
withNewBitwiseAndStatementLike
-
withNewBitwiseOrCondition
-
withNewBitwiseOrCondition
-
withNewBitwiseOrConditionLike
-
withNewBitwiseOrElseStatement
-
withNewBitwiseOrElseStatement
-
withNewBitwiseOrElseStatementLike
public IfFluent<A>.BitwiseOrElseStatementNested<A> withNewBitwiseOrElseStatementLike(BitwiseOr item) -
withNewBitwiseOrStatement
-
withNewBitwiseOrStatement
-
withNewBitwiseOrStatementLike
-
withNewBlockElseStatement
-
withNewBlockElseStatementLike
-
withNewBlockStatement
-
withNewBlockStatementLike
-
withNewBreakElseStatement
-
withNewBreakElseStatementLike
-
withNewBreakStatement
-
withNewBreakStatementLike
-
withNewCastCondition
-
withNewCastConditionLike
-
withNewClassRefCondition
-
withNewClassRefConditionLike
-
withNewConstructCondition
-
withNewConstructConditionLike
-
withNewConstructElseStatement
-
withNewConstructElseStatementLike
public IfFluent<A>.ConstructElseStatementNested<A> withNewConstructElseStatementLike(Construct item) -
withNewConstructStatement
-
withNewConstructStatementLike
-
withNewContextRefCondition
-
withNewContextRefCondition
-
withNewContextRefConditionLike
-
withNewContinueElseStatement
-
withNewContinueElseStatementLike
-
withNewContinueStatement
-
withNewContinueStatementLike
-
withNewDeclareCondition
-
withNewDeclareCondition
-
withNewDeclareCondition
-
withNewDeclareConditionLike
-
withNewDeclareElseStatement
-
withNewDeclareElseStatement
-
withNewDeclareElseStatement
-
withNewDeclareElseStatementLike
-
withNewDeclareStatement
-
withNewDeclareStatement
-
withNewDeclareStatement
-
withNewDeclareStatementLike
-
withNewDivideCondition
-
withNewDivideCondition
-
withNewDivideConditionLike
-
withNewDivideElseStatement
-
withNewDivideElseStatement
-
withNewDivideElseStatementLike
-
withNewDivideStatement
-
withNewDivideStatement
-
withNewDivideStatementLike
-
withNewDoElseStatement
-
withNewDoElseStatementLike
-
withNewDoStatement
-
withNewDoStatementLike
-
withNewDotClassCondition
-
withNewDotClassConditionLike
-
withNewEmptyCondition
-
withNewEmptyConditionLike
-
withNewEmptyElseStatement
-
withNewEmptyElseStatementLike
-
withNewEmptyStatement
-
withNewEmptyStatementLike
-
withNewEnclosedCondition
-
withNewEnclosedConditionLike
-
withNewEqualsCondition
-
withNewEqualsCondition
-
withNewEqualsConditionLike
-
withNewEqualsElseStatement
-
withNewEqualsElseStatement
-
withNewEqualsElseStatementLike
-
withNewEqualsStatement
-
withNewEqualsStatement
-
withNewEqualsStatementLike
-
withNewForElseStatement
-
withNewForElseStatementLike
-
withNewForStatement
-
withNewForStatementLike
-
withNewForeachElseStatement
-
withNewForeachElseStatementLike
-
withNewForeachStatement
-
withNewForeachStatementLike
-
withNewGreaterThanCondition
-
withNewGreaterThanCondition
-
withNewGreaterThanConditionLike
-
withNewGreaterThanElseStatement
-
withNewGreaterThanElseStatement
-
withNewGreaterThanElseStatementLike
public IfFluent<A>.GreaterThanElseStatementNested<A> withNewGreaterThanElseStatementLike(GreaterThan item) -
withNewGreaterThanOrEqualCondition
-
withNewGreaterThanOrEqualCondition
-
withNewGreaterThanOrEqualConditionLike
public IfFluent<A>.GreaterThanOrEqualConditionNested<A> withNewGreaterThanOrEqualConditionLike(GreaterThanOrEqual item) -
withNewGreaterThanOrEqualElseStatement
public IfFluent<A>.GreaterThanOrEqualElseStatementNested<A> withNewGreaterThanOrEqualElseStatement() -
withNewGreaterThanOrEqualElseStatement
-
withNewGreaterThanOrEqualElseStatementLike
public IfFluent<A>.GreaterThanOrEqualElseStatementNested<A> withNewGreaterThanOrEqualElseStatementLike(GreaterThanOrEqual item) -
withNewGreaterThanOrEqualStatement
-
withNewGreaterThanOrEqualStatement
-
withNewGreaterThanOrEqualStatementLike
public IfFluent<A>.GreaterThanOrEqualStatementNested<A> withNewGreaterThanOrEqualStatementLike(GreaterThanOrEqual item) -
withNewGreaterThanStatement
-
withNewGreaterThanStatement
-
withNewGreaterThanStatementLike
-
withNewIfDslThenStepElseStatement
-
withNewIfDslThenStepElseStatementLike
public IfFluent<A>.IfDslThenStepElseStatementNested<A> withNewIfDslThenStepElseStatementLike(IfDslThenStep item) -
withNewIfDslThenStepStatement
-
withNewIfDslThenStepStatementLike
public IfFluent<A>.IfDslThenStepStatementNested<A> withNewIfDslThenStepStatementLike(IfDslThenStep item) -
withNewIfElseStatement
-
withNewIfElseStatementLike
-
withNewIfStatement
-
withNewIfStatementLike
-
withNewIndexCondition
-
withNewIndexConditionLike
-
withNewInstanceOfCondition
-
withNewInstanceOfConditionLike
-
withNewInverseCondition
-
withNewInverseConditionLike
-
withNewLambdaCondition
-
withNewLambdaConditionLike
-
withNewLambdaElseStatement
-
withNewLambdaElseStatementLike
-
withNewLambdaStatement
-
withNewLambdaStatementLike
-
withNewLeftShiftCondition
-
withNewLeftShiftCondition
-
withNewLeftShiftConditionLike
-
withNewLeftShiftElseStatement
-
withNewLeftShiftElseStatement
-
withNewLeftShiftElseStatementLike
public IfFluent<A>.LeftShiftElseStatementNested<A> withNewLeftShiftElseStatementLike(LeftShift item) -
withNewLeftShiftStatement
-
withNewLeftShiftStatement
-
withNewLeftShiftStatementLike
-
withNewLessThanCondition
-
withNewLessThanCondition
-
withNewLessThanConditionLike
-
withNewLessThanElseStatement
-
withNewLessThanElseStatement
-
withNewLessThanElseStatementLike
-
withNewLessThanOrEqualCondition
-
withNewLessThanOrEqualCondition
-
withNewLessThanOrEqualConditionLike
public IfFluent<A>.LessThanOrEqualConditionNested<A> withNewLessThanOrEqualConditionLike(LessThanOrEqual item) -
withNewLessThanOrEqualElseStatement
-
withNewLessThanOrEqualElseStatement
-
withNewLessThanOrEqualElseStatementLike
public IfFluent<A>.LessThanOrEqualElseStatementNested<A> withNewLessThanOrEqualElseStatementLike(LessThanOrEqual item) -
withNewLessThanOrEqualStatement
-
withNewLessThanOrEqualStatement
-
withNewLessThanOrEqualStatementLike
public IfFluent<A>.LessThanOrEqualStatementNested<A> withNewLessThanOrEqualStatementLike(LessThanOrEqual item) -
withNewLessThanStatement
-
withNewLessThanStatement
-
withNewLessThanStatementLike
-
withNewLogicalAndCondition
-
withNewLogicalAndCondition
-
withNewLogicalAndConditionLike
-
withNewLogicalAndElseStatement
-
withNewLogicalAndElseStatement
-
withNewLogicalAndElseStatementLike
public IfFluent<A>.LogicalAndElseStatementNested<A> withNewLogicalAndElseStatementLike(LogicalAnd item) -
withNewLogicalAndStatement
-
withNewLogicalAndStatement
-
withNewLogicalAndStatementLike
-
withNewLogicalOrCondition
-
withNewLogicalOrCondition
-
withNewLogicalOrConditionLike
-
withNewLogicalOrElseStatement
-
withNewLogicalOrElseStatement
-
withNewLogicalOrElseStatementLike
public IfFluent<A>.LogicalOrElseStatementNested<A> withNewLogicalOrElseStatementLike(LogicalOr item) -
withNewLogicalOrStatement
-
withNewLogicalOrStatement
-
withNewLogicalOrStatementLike
-
withNewMethodCallCondition
-
withNewMethodCallConditionLike
-
withNewMethodCallElseStatement
-
withNewMethodCallElseStatementLike
public IfFluent<A>.MethodCallElseStatementNested<A> withNewMethodCallElseStatementLike(MethodCall item) -
withNewMethodCallStatement
-
withNewMethodCallStatementLike
-
withNewMinusCondition
-
withNewMinusCondition
-
withNewMinusConditionLike
-
withNewMinusElseStatement
-
withNewMinusElseStatement
-
withNewMinusElseStatementLike
-
withNewMinusStatement
-
withNewMinusStatement
-
withNewMinusStatementLike
-
withNewModuloCondition
-
withNewModuloCondition
-
withNewModuloConditionLike
-
withNewModuloElseStatement
-
withNewModuloElseStatement
-
withNewModuloElseStatementLike
-
withNewModuloStatement
-
withNewModuloStatement
-
withNewModuloStatementLike
-
withNewMultiplyCondition
-
withNewMultiplyCondition
-
withNewMultiplyConditionLike
-
withNewMultiplyElseStatement
-
withNewMultiplyElseStatement
-
withNewMultiplyElseStatementLike
-
withNewMultiplyStatement
-
withNewMultiplyStatement
-
withNewMultiplyStatementLike
-
withNewNegativeCondition
-
withNewNegativeConditionLike
-
withNewNewArrayCondition
-
withNewNewArrayCondition
-
withNewNewArrayConditionLike
-
withNewNotCondition
-
withNewNotConditionLike
-
withNewNotEqualsCondition
-
withNewNotEqualsCondition
-
withNewNotEqualsConditionLike
-
withNewNotEqualsElseStatement
-
withNewNotEqualsElseStatement
-
withNewNotEqualsElseStatementLike
public IfFluent<A>.NotEqualsElseStatementNested<A> withNewNotEqualsElseStatementLike(NotEquals item) -
withNewNotEqualsStatement
-
withNewNotEqualsStatement
-
withNewNotEqualsStatementLike
-
withNewPlusCondition
-
withNewPlusCondition
-
withNewPlusConditionLike
-
withNewPlusElseStatement
-
withNewPlusElseStatement
-
withNewPlusElseStatementLike
-
withNewPlusStatement
-
withNewPlusStatement
-
withNewPlusStatementLike
-
withNewPositiveCondition
-
withNewPositiveConditionLike
-
withNewPostDecrementCondition
-
withNewPostDecrementConditionLike
public IfFluent<A>.PostDecrementConditionNested<A> withNewPostDecrementConditionLike(PostDecrement item) -
withNewPostDecrementElseStatement
-
withNewPostDecrementElseStatementLike
public IfFluent<A>.PostDecrementElseStatementNested<A> withNewPostDecrementElseStatementLike(PostDecrement item) -
withNewPostDecrementStatement
-
withNewPostDecrementStatementLike
public IfFluent<A>.PostDecrementStatementNested<A> withNewPostDecrementStatementLike(PostDecrement item) -
withNewPostIncrementCondition
-
withNewPostIncrementConditionLike
public IfFluent<A>.PostIncrementConditionNested<A> withNewPostIncrementConditionLike(PostIncrement item) -
withNewPostIncrementElseStatement
-
withNewPostIncrementElseStatementLike
public IfFluent<A>.PostIncrementElseStatementNested<A> withNewPostIncrementElseStatementLike(PostIncrement item) -
withNewPostIncrementStatement
-
withNewPostIncrementStatementLike
public IfFluent<A>.PostIncrementStatementNested<A> withNewPostIncrementStatementLike(PostIncrement item) -
withNewPreDecrementCondition
-
withNewPreDecrementConditionLike
public IfFluent<A>.PreDecrementConditionNested<A> withNewPreDecrementConditionLike(PreDecrement item) -
withNewPreDecrementElseStatement
-
withNewPreDecrementElseStatementLike
public IfFluent<A>.PreDecrementElseStatementNested<A> withNewPreDecrementElseStatementLike(PreDecrement item) -
withNewPreDecrementStatement
-
withNewPreDecrementStatementLike
public IfFluent<A>.PreDecrementStatementNested<A> withNewPreDecrementStatementLike(PreDecrement item) -
withNewPreIncrementCondition
-
withNewPreIncrementConditionLike
public IfFluent<A>.PreIncrementConditionNested<A> withNewPreIncrementConditionLike(PreIncrement item) -
withNewPreIncrementElseStatement
-
withNewPreIncrementElseStatementLike
public IfFluent<A>.PreIncrementElseStatementNested<A> withNewPreIncrementElseStatementLike(PreIncrement item) -
withNewPreIncrementStatement
-
withNewPreIncrementStatementLike
public IfFluent<A>.PreIncrementStatementNested<A> withNewPreIncrementStatementLike(PreIncrement item) -
withNewPropertyCondition
-
withNewPropertyConditionLike
-
withNewPropertyRefCondition
-
withNewPropertyRefConditionLike
-
withNewPropertyRefElseStatement
-
withNewPropertyRefElseStatementLike
public IfFluent<A>.PropertyRefElseStatementNested<A> withNewPropertyRefElseStatementLike(PropertyRef item) -
withNewPropertyRefStatement
-
withNewPropertyRefStatementLike
-
withNewReturnDslThisStepElseStatement
-
withNewReturnDslThisStepElseStatementLike
public IfFluent<A>.ReturnDslThisStepElseStatementNested<A> withNewReturnDslThisStepElseStatementLike(ReturnDslThisStep item) -
withNewReturnDslThisStepStatement
-
withNewReturnDslThisStepStatementLike
public IfFluent<A>.ReturnDslThisStepStatementNested<A> withNewReturnDslThisStepStatementLike(ReturnDslThisStep item) -
withNewReturnDslVariableStepElseStatement
public IfFluent<A>.ReturnDslVariableStepElseStatementNested<A> withNewReturnDslVariableStepElseStatement() -
withNewReturnDslVariableStepElseStatement
-
withNewReturnDslVariableStepElseStatementLike
public IfFluent<A>.ReturnDslVariableStepElseStatementNested<A> withNewReturnDslVariableStepElseStatementLike(ReturnDslVariableStep item) -
withNewReturnDslVariableStepStatement
-
withNewReturnDslVariableStepStatement
-
withNewReturnDslVariableStepStatementLike
public IfFluent<A>.ReturnDslVariableStepStatementNested<A> withNewReturnDslVariableStepStatementLike(ReturnDslVariableStep item) -
withNewReturnElseStatement
-
withNewReturnElseStatement
-
withNewReturnElseStatementLike
-
withNewReturnStatement
-
withNewReturnStatement
-
withNewReturnStatementLike
-
withNewRightShiftCondition
-
withNewRightShiftCondition
-
withNewRightShiftConditionLike
-
withNewRightShiftElseStatement
-
withNewRightShiftElseStatement
-
withNewRightShiftElseStatementLike
public IfFluent<A>.RightShiftElseStatementNested<A> withNewRightShiftElseStatementLike(RightShift item) -
withNewRightShiftStatement
-
withNewRightShiftStatement
-
withNewRightShiftStatementLike
-
withNewRightUnsignedShiftCondition
-
withNewRightUnsignedShiftCondition
-
withNewRightUnsignedShiftConditionLike
public IfFluent<A>.RightUnsignedShiftConditionNested<A> withNewRightUnsignedShiftConditionLike(RightUnsignedShift item) -
withNewRightUnsignedShiftElseStatement
public IfFluent<A>.RightUnsignedShiftElseStatementNested<A> withNewRightUnsignedShiftElseStatement() -
withNewRightUnsignedShiftElseStatement
-
withNewRightUnsignedShiftElseStatementLike
public IfFluent<A>.RightUnsignedShiftElseStatementNested<A> withNewRightUnsignedShiftElseStatementLike(RightUnsignedShift item) -
withNewRightUnsignedShiftStatement
-
withNewRightUnsignedShiftStatement
-
withNewRightUnsignedShiftStatementLike
public IfFluent<A>.RightUnsignedShiftStatementNested<A> withNewRightUnsignedShiftStatementLike(RightUnsignedShift item) -
withNewStringStatement
-
withNewStringStatement
-
withNewStringStatement
-
withNewStringStatementElse
-
withNewStringStatementElse
-
withNewStringStatementElse
-
withNewStringStatementElseLike
public IfFluent<A>.StringStatementElseNested<A> withNewStringStatementElseLike(StringStatement item) -
withNewStringStatementLike
-
withNewSuperCondition
-
withNewSuperConditionLike
-
withNewSwitchElseStatement
-
withNewSwitchElseStatementLike
-
withNewSwitchStatement
-
withNewSwitchStatementLike
-
withNewSynchronizedElseStatement
-
withNewSynchronizedElseStatementLike
public IfFluent<A>.SynchronizedElseStatementNested<A> withNewSynchronizedElseStatementLike(Synchronized item) -
withNewSynchronizedStatement
-
withNewSynchronizedStatementLike
public IfFluent<A>.SynchronizedStatementNested<A> withNewSynchronizedStatementLike(Synchronized item) -
withNewTernaryCondition
-
withNewTernaryConditionLike
-
withNewThisCondition
-
withNewThisConditionLike
-
withNewThrowElseStatement
-
withNewThrowElseStatementLike
-
withNewThrowStatement
-
withNewThrowStatementLike
-
withNewTryElseStatement
-
withNewTryElseStatementLike
-
withNewTryStatement
-
withNewTryStatementLike
-
withNewValueRefCondition
-
withNewValueRefCondition
-
withNewValueRefConditionLike
-
withNewWhileElseStatement
-
withNewWhileElseStatementLike
-
withNewWhileStatement
-
withNewWhileStatementLike
-
withNewXorCondition
-
withNewXorCondition
-
withNewXorConditionLike
-
withNewXorElseStatement
-
withNewXorElseStatement
-
withNewXorElseStatementLike
-
withNewXorStatement
-
withNewXorStatement
-
withNewXorStatementLike
-
withStatement
-