Package openGql.grammar
Class PathElementList.Builder
- java.lang.Object
-
- openGql.grammar.PathElementList.Builder
-
- Enclosing class:
- PathElementList
public static final class PathElementList.Builder extends java.lang.ObjectA fluent builder forPathElementList.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathElementListbuild()Builds an immutablePathElementList.PathElementList.Builderstart(PrimaryValueExpression start)PathElementList.Buildersteps(java.util.List<PathElementListStep> steps)
-
-
-
Method Detail
-
start
public PathElementList.Builder start(PrimaryValueExpression start)
-
steps
public PathElementList.Builder steps(java.util.List<PathElementListStep> steps)
-
build
public PathElementList build()
Builds an immutablePathElementList.
-
-