Class

org.chelona.TurtleAST

ASTNumericLiteral

Related Doc: package TurtleAST

Permalink

case class ASTNumericLiteral(rule: TurtleAST) extends TurtleAST with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TurtleAST, RDFASTType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ASTNumericLiteral
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TurtleAST
  7. RDFASTType
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ASTNumericLiteral(rule: TurtleAST)

    Permalink

Type Members

  1. case class ASTAnon(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  2. case class ASTBase(iri: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  3. case class ASTBlankNode(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  4. case class ASTBlankNodeLabel(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  5. case class ASTBlankNodePropertyList(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  6. case class ASTBlankNodeTriples(blankNodePropertyList: TurtleAST, predicateObjectList: Option[TurtleAST]) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  7. case class ASTBooleanLiteral(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  8. case class ASTCollection(rule: Seq[TurtleAST]) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  9. case class ASTComment(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  10. case class ASTDecimal(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  11. case class ASTDirective(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  12. case class ASTDouble(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  13. case class ASTInteger(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  14. case class ASTIri(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  15. case class ASTIriRef(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  16. case class ASTIsA(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  17. case class ASTLangTag(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  18. case class ASTLiteral(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  19. case class ASTNumericLiteral(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  20. case class ASTObject(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  21. case class ASTObjectList(rule: Seq[TurtleAST]) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  22. case class ASTPNLocal(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  23. case class ASTPNPrefix(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  24. case class ASTPNameLN(namespace: TurtleAST, local: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  25. case class ASTPNameNS(rule: Option[TurtleAST]) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  26. case class ASTPo(verb: TurtleAST, obj: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  27. case class ASTPredicate(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  28. case class ASTPredicateObjectList(predicateObjectList: Seq[TurtleAST]) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  29. case class ASTPrefixID(namespace: TurtleAST, iri: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  30. case class ASTPrefixedName(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  31. case class ASTRdfLiteral(string: TurtleAST, postfix: Option[TurtleAST]) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  32. case class ASTSparqlBase(iri: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  33. case class ASTSparqlPrefix(namespace: TurtleAST, iri: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  34. case class ASTStatement(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  35. case class ASTString(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  36. case class ASTStringLiteralLongQuote(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  37. case class ASTStringLiteralLongSingleQuote(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  38. case class ASTStringLiteralQuote(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  39. case class ASTStringLiteralSingleQuote(token: String) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  40. case class ASTSubject(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  41. case class ASTTriples(subject: TurtleAST, predicateObjectList: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  42. case class ASTTurtleDoc(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  43. case class ASTVerb(rule: TurtleAST) extends TurtleAST with Product with Serializable

    Permalink
    Definition Classes
    TurtleAST
  44. type TurtleType = TurtleAST

    Permalink
    Definition Classes
    TurtleAST

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  12. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  13. val rule: TurtleAST

    Permalink
  14. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  15. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TurtleAST

Inherited from RDFASTType

Inherited from AnyRef

Inherited from Any

Ungrouped