object TriGAST extends TriGAST

Linear Supertypes
TriGAST, TurtleAST, RDFAST, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TriGAST
  2. TriGAST
  3. TurtleAST
  4. RDFAST
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ASTBlock (rule: TriGType) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  2. case class ASTLabelOrSubject (rule: TriGType) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  3. case class ASTLabelOrSubjectBlock (labelOrSubject: ASTLabelOrSubject, wrappedGraph: ASTWrappedGraph) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  4. case class ASTTriple2BlankNodePropertyList (blankNodePropertyList: TriGType, predicateObjectList: Option[TriGType]) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  5. case class ASTTriple2Collection (collection: TriGType, predicateObjectList: TriGType) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  6. case class ASTTriplesBlock (triples: Seq[TriGType]) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  7. case class ASTTriplesOrGraph (labelOrSubject: TriGType, rule: TriGType) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  8. case class ASTWrappedGraph (triplesBlock: Option[TriGType]) extends TriGType with Product with Serializable
    Definition Classes
    TriGAST
  9. type RDFType = RDFAST
    Definition Classes
    RDFAST
  10. type TriGType = TurtleAST
    Definition Classes
    TriGAST
  11. type TurtleType = TurtleAST
    Definition Classes
    TurtleAST
  12. case class ASTAnon (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  13. case class ASTBase (iri: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  14. case class ASTBlankNode (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  15. case class ASTBlankNodeLabel (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  16. case class ASTBlankNodePropertyList (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  17. case class ASTBlankNodeTriples (blankNodePropertyList: TurtleType, predicateObjectList: Option[TurtleType]) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  18. case class ASTBooleanLiteral (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  19. case class ASTCollection (rule: Seq[TurtleType]) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  20. case class ASTComment (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  21. case class ASTDecimal (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  22. case class ASTDirective (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  23. case class ASTDouble (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  24. case class ASTInteger (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  25. case class ASTIri (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  26. case class ASTIriRef (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  27. case class ASTIsA (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  28. case class ASTLangTag (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  29. case class ASTLiteral (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  30. case class ASTNumericLiteral (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  31. case class ASTObject (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  32. case class ASTObjectList (rule: Seq[TurtleType]) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  33. case class ASTPNLocal (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  34. case class ASTPNPrefix (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  35. case class ASTPNameLN (namespace: TurtleType, local: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  36. case class ASTPNameNS (rule: Option[TurtleType]) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  37. case class ASTPo (verb: TurtleType, obj: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  38. case class ASTPredicate (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  39. case class ASTPredicateObjectList (predicateObjectList: Seq[TurtleType]) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  40. case class ASTPrefixID (namespace: TurtleType, iri: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  41. case class ASTPrefixedName (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  42. case class ASTRdfLiteral (string: TurtleType, postfix: Option[TurtleType]) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  43. case class ASTSparqlBase (iri: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  44. case class ASTSparqlPrefix (namespace: TurtleType, iri: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  45. case class ASTStatement (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  46. case class ASTString (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  47. case class ASTStringLiteralLongQuote (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  48. case class ASTStringLiteralLongSingleQuote (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  49. case class ASTStringLiteralQuote (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  50. case class ASTStringLiteralSingleQuote (token: String) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  51. case class ASTSubject (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  52. case class ASTTriples (subject: TurtleType, predicateObjectList: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST
  53. case class ASTVerb (rule: TurtleType) extends TurtleType with Product with Serializable
    Definition Classes
    TurtleAST

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TriGAST

Inherited from TurtleAST

Inherited from RDFAST

Inherited from AnyRef

Inherited from Any

Ungrouped