trait RDFTokenTypes extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDFTokenTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type RDFTokenType = Int

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 val ANON: Int
  5. final val BASE: Int
  6. final val BLANK_LINE: Int
  7. final val BLANK_NODE_LABEL: Int(1)
  8. final val BOOLEAN_LITERAL: Int
  9. final val COMMENT: Int
  10. final val DECIMAL: Int
  11. final val DEFAULT_GRAPH: Int
  12. final val DOUBLE: Int
  13. final val EMPTY: Int(0)
  14. final val INTEGER: Int
  15. final val IRIREF: Int
  16. final val ISA: Int
  17. final val LANGTAG: Int
  18. final val NUMBER: Int
  19. final val PNAMELN: Int
  20. final val PNAMENS: Int
  21. final val PNLOCAL: Int
  22. final val PNPREFIX: Int
  23. final val PREFIXID: Int
  24. final val SPARQLBASE: Int
  25. final val SPARQLPREFIX: Int
  26. final val STRING_LITERAL: Int
  27. final val STRING_LITERAL_LONG_QUOTE: Int
  28. final val STRING_LITERAL_LONG_SINGLE_QUOTE: Int
  29. final val STRING_LITERAL_QUOTE: Int
  30. final val STRING_LITERAL_SINGLE_QUOTE: Int
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  35. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  38. def isANON(type: RDFTokenType): Boolean
    Annotations
    @inline()
  39. def isBASE(type: RDFTokenType): Boolean
    Annotations
    @inline()
  40. def isBLANK_NODE_LABEL(type: RDFTokenType): Boolean
    Annotations
    @inline()
  41. def isBOOLEAN_LITERAL(type: RDFTokenType): Boolean
    Annotations
    @inline()
  42. def isDECIMAL(type: RDFTokenType): Boolean
    Annotations
    @inline()
  43. def isDOUBLE(type: RDFTokenType): Boolean
    Annotations
    @inline()
  44. def isINTEGER(type: RDFTokenType): Boolean
    Annotations
    @inline()
  45. def isIRIREF(type: RDFTokenType): Boolean
    Annotations
    @inline()
  46. def isISA(type: RDFTokenType): Boolean
    Annotations
    @inline()
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isLANGTAG(type: RDFTokenType): Boolean
    Annotations
    @inline()
  49. def isLITERALTAG(type: RDFTokenType): Boolean
    Annotations
    @inline()
  50. def isNUMBER(type: RDFTokenType): Boolean
    Annotations
    @inline()
  51. def isPREFIXID(type: RDFTokenType): Boolean
    Annotations
    @inline()
  52. def isSTRING_LITERAL(type: RDFTokenType): Boolean
    Annotations
    @inline()
  53. def isSTRING_LITERAL_QUOTE(type: RDFTokenType): Boolean
    Annotations
    @inline()
  54. def isSTRING_LITERAL_SINGLE_QUOTE(type: RDFTokenType): Boolean
    Annotations
    @inline()
  55. def isSTRING_STRING_LITERAL_LONG_QUOTE(type: RDFTokenType): Boolean
    Annotations
    @inline()
  56. def isSTRING_STRING_LITERAL_LONG_SINGLE_QUOTE(type: RDFTokenType): Boolean
    Annotations
    @inline()
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped