Interface SleighPcodeUseropDefinition.BuilderStage1
- All Superinterfaces:
SleighPcodeUseropDefinition.BuilderStage2
- All Known Implementing Classes:
AbstractSleighPcodeUseropDefinition.Builder
- Enclosing interface:
SleighPcodeUseropDefinition<T>
public static interface SleighPcodeUseropDefinition.BuilderStage1
extends SleighPcodeUseropDefinition.BuilderStage2
Stage one of the builder, where any operation is allowed
-
Method Summary
Modifier and TypeMethodDescriptionparams(Collection<String> additionalParams) Add parameters with the given names (to the end)Methods inherited from interface SleighPcodeUseropDefinition.BuilderStage2
body, build, overload
-
Method Details
-
params
Add parameters with the given names (to the end)- Parameters:
additionalParams- the additional parameter names- Returns:
- the builder
-
params
- Parameters:
additionalParams- the additional parameter names- Returns:
- the builder
- See Also:
-