Package io.sundr.model
Class WithScopeFluent<A extends WithScopeFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.WithScopeFluent<A>
- Direct Known Subclasses:
IndexFluent,MethodCallFluent,PropertyRefFluent
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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(WithScope instance) booleaninthashCode()booleanhasScope()toString()withNewAssignScopeLike(Assign item) withNewBitwiseAndScope(Object left, Object right) withNewBitwiseOrScope(Object left, Object right) withNewCastScopeLike(Cast item) withNewContextRefScope(String name) withNewDeclareScope(Class type, String name) withNewDeclareScope(Class type, String name, Object value) withNewDivideScope(Object left, Object right) withNewDivideScopeLike(Divide item) withNewEmptyScopeLike(Empty item) withNewEqualsScope(Object left, Object right) withNewEqualsScopeLike(Equals item) withNewGreaterThanOrEqualScope(Object left, Object right) withNewGreaterThanScope(Object left, Object right) withNewIndexScopeLike(Index item) withNewLambdaScopeLike(Lambda item) withNewLeftShiftScope(Object left, Object right) withNewLessThanOrEqualScope(Object left, Object right) withNewLessThanScope(Object left, Object right) withNewLogicalAndScope(Object left, Object right) withNewLogicalOrScope(Object left, Object right) withNewMinusScope(Object left, Object right) withNewMinusScopeLike(Minus item) withNewModuloScope(Object left, Object right) withNewModuloScopeLike(Modulo item) withNewMultiplyScope(Object left, Object right) withNewNewArrayScope(Class type, Integer[] sizes) withNewNotEqualsScope(Object left, Object right) withNewNotScopeLike(Not item) withNewPlusScope(Object left, Object right) withNewPlusScopeLike(Plus item) withNewRightShiftScope(Object left, Object right) withNewRightUnsignedShiftScope(Object left, Object right) withNewSuperScopeLike(Super item) withNewThisScopeLike(This item) withNewValueRefScope(Object value) withNewXorScope(Object left, Object right) withNewXorScopeLike(Xor item) withScope(Expression scope) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
WithScopeFluent
public WithScopeFluent() -
WithScopeFluent
-
-
Method Details
-
buildScope
-
builder
-
copyInstance
-
equals
- Overrides:
equalsin classBaseFluent<A extends WithScopeFluent<A>>
-
hasScope
public boolean hasScope() -
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends WithScopeFluent<A>>
-
toString
-
withNewAssignScope
-
withNewAssignScopeLike
-
withNewBinaryExpressionScope
-
withNewBinaryExpressionScopeLike
public WithScopeFluent<A>.BinaryExpressionScopeNested<A> withNewBinaryExpressionScopeLike(BinaryExpression item) -
withNewBitwiseAndScope
-
withNewBitwiseAndScope
-
withNewBitwiseAndScopeLike
-
withNewBitwiseOrScope
-
withNewBitwiseOrScope
-
withNewBitwiseOrScopeLike
-
withNewCastScope
-
withNewCastScopeLike
-
withNewClassRefScope
-
withNewClassRefScopeLike
-
withNewConstructScope
-
withNewConstructScopeLike
-
withNewContextRefScope
-
withNewContextRefScope
-
withNewContextRefScopeLike
-
withNewDeclareScope
-
withNewDeclareScope
-
withNewDeclareScope
-
withNewDeclareScopeLike
-
withNewDivideScope
-
withNewDivideScope
-
withNewDivideScopeLike
-
withNewDotClassScope
-
withNewDotClassScopeLike
-
withNewEmptyScope
-
withNewEmptyScopeLike
-
withNewEnclosedScope
-
withNewEnclosedScopeLike
-
withNewEqualsScope
-
withNewEqualsScope
-
withNewEqualsScopeLike
-
withNewGreaterThanOrEqualScope
-
withNewGreaterThanOrEqualScope
-
withNewGreaterThanOrEqualScopeLike
public WithScopeFluent<A>.GreaterThanOrEqualScopeNested<A> withNewGreaterThanOrEqualScopeLike(GreaterThanOrEqual item) -
withNewGreaterThanScope
-
withNewGreaterThanScope
-
withNewGreaterThanScopeLike
-
withNewIndexScope
-
withNewIndexScopeLike
-
withNewInstanceOfScope
-
withNewInstanceOfScopeLike
-
withNewInverseScope
-
withNewInverseScopeLike
-
withNewLambdaScope
-
withNewLambdaScopeLike
-
withNewLeftShiftScope
-
withNewLeftShiftScope
-
withNewLeftShiftScopeLike
-
withNewLessThanOrEqualScope
-
withNewLessThanOrEqualScope
-
withNewLessThanOrEqualScopeLike
public WithScopeFluent<A>.LessThanOrEqualScopeNested<A> withNewLessThanOrEqualScopeLike(LessThanOrEqual item) -
withNewLessThanScope
-
withNewLessThanScope
-
withNewLessThanScopeLike
-
withNewLogicalAndScope
-
withNewLogicalAndScope
-
withNewLogicalAndScopeLike
-
withNewLogicalOrScope
-
withNewLogicalOrScope
-
withNewLogicalOrScopeLike
-
withNewMethodCallScope
-
withNewMethodCallScopeLike
-
withNewMinusScope
-
withNewMinusScope
-
withNewMinusScopeLike
-
withNewModuloScope
-
withNewModuloScope
-
withNewModuloScopeLike
-
withNewMultiplyScope
-
withNewMultiplyScope
-
withNewMultiplyScopeLike
-
withNewNegativeScope
-
withNewNegativeScopeLike
-
withNewNewArrayScope
-
withNewNewArrayScope
-
withNewNewArrayScopeLike
-
withNewNotEqualsScope
-
withNewNotEqualsScope
-
withNewNotEqualsScopeLike
-
withNewNotScope
-
withNewNotScopeLike
-
withNewPlusScope
-
withNewPlusScope
-
withNewPlusScopeLike
-
withNewPositiveScope
-
withNewPositiveScopeLike
-
withNewPostDecrementScope
-
withNewPostDecrementScopeLike
public WithScopeFluent<A>.PostDecrementScopeNested<A> withNewPostDecrementScopeLike(PostDecrement item) -
withNewPostIncrementScope
-
withNewPostIncrementScopeLike
public WithScopeFluent<A>.PostIncrementScopeNested<A> withNewPostIncrementScopeLike(PostIncrement item) -
withNewPreDecrementScope
-
withNewPreDecrementScopeLike
public WithScopeFluent<A>.PreDecrementScopeNested<A> withNewPreDecrementScopeLike(PreDecrement item) -
withNewPreIncrementScope
-
withNewPreIncrementScopeLike
public WithScopeFluent<A>.PreIncrementScopeNested<A> withNewPreIncrementScopeLike(PreIncrement item) -
withNewPropertyRefScope
-
withNewPropertyRefScopeLike
-
withNewPropertyScope
-
withNewPropertyScopeLike
-
withNewRightShiftScope
-
withNewRightShiftScope
-
withNewRightShiftScopeLike
-
withNewRightUnsignedShiftScope
-
withNewRightUnsignedShiftScope
-
withNewRightUnsignedShiftScopeLike
public WithScopeFluent<A>.RightUnsignedShiftScopeNested<A> withNewRightUnsignedShiftScopeLike(RightUnsignedShift item) -
withNewSuperScope
-
withNewSuperScopeLike
-
withNewTernaryScope
-
withNewTernaryScopeLike
-
withNewThisScope
-
withNewThisScopeLike
-
withNewValueRefScope
-
withNewValueRefScope
-
withNewValueRefScopeLike
-
withNewXorScope
-
withNewXorScope
-
withNewXorScopeLike
-
withScope
-