Package openGql.grammar
Class GeneralQuantifier.Builder
- java.lang.Object
-
- openGql.grammar.GeneralQuantifier.Builder
-
- Enclosing class:
- GeneralQuantifier
public static final class GeneralQuantifier.Builder extends java.lang.ObjectA fluent builder forGeneralQuantifier.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralQuantifierbuild()Builds an immutableGeneralQuantifier.GeneralQuantifier.BuilderlowerBound(Optional<UnsignedInteger> lowerBound)GeneralQuantifier.BuilderupperBound(Optional<UnsignedInteger> upperBound)
-
-
-
Method Detail
-
lowerBound
public GeneralQuantifier.Builder lowerBound(Optional<UnsignedInteger> lowerBound)
-
upperBound
public GeneralQuantifier.Builder upperBound(Optional<UnsignedInteger> upperBound)
-
build
public GeneralQuantifier build()
Builds an immutableGeneralQuantifier.
-
-