case class BuilderState(prefixMap: PrefixMap, base: Option[IRI], start: Option[ShapeExpr], shapesMap: ShapesMap, tripleExprMap: TripleExprMap, labelLocationMap: Map[ShapeLabel, Location]) extends Product with Serializable
- Source
- Parser.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuilderState
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BuilderState(prefixMap: PrefixMap, base: Option[IRI], start: Option[ShapeExpr], shapesMap: ShapesMap, tripleExprMap: TripleExprMap, labelLocationMap: Map[ShapeLabel, Location])