Object

org.argus.jawa.compiler.lexer

Tokens

Related Doc: package lexer

Permalink

object Tokens

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

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. val ARROW: TokenType

    Permalink
  5. val ASSIGN_OP: TokenType

    Permalink
  6. val AT: TokenType

    Permalink
  7. val CALL: TokenType

    Permalink
  8. val CATCH: TokenType

    Permalink
  9. val CHARACTER_LITERAL: TokenType

    Permalink
  10. val CLASS_OR_INTERFACE: TokenType

    Permalink
  11. val CMP: TokenType

    Permalink
  12. val COLON: TokenType

    Permalink
  13. val COMMA: TokenType

    Permalink
  14. val COMMENTS: Set[TokenType]

    Permalink
  15. val CONST_CLASS: TokenType

    Permalink
  16. val DOC_COMMENT: TokenType

    Permalink
  17. val DOT: TokenType

    Permalink
  18. val ELSE: TokenType

    Permalink
  19. val EOF: TokenType

    Permalink
  20. val EQUALS: TokenType

    Permalink
  21. val EXCEPTION: TokenType

    Permalink
  22. val EXTENDS_AND_IMPLEMENTS: TokenType

    Permalink
  23. val FALSE: TokenType

    Permalink
  24. val FLOATING_POINT_LITERAL: TokenType

    Permalink
  25. val GOTO: TokenType

    Permalink
  26. val HAT: TokenType

    Permalink
  27. val ID: TokenType

    Permalink
  28. val IDS: Set[TokenType]

    Permalink
  29. val IF: TokenType

    Permalink
  30. val INSTANCEOF: TokenType

    Permalink
  31. val INTEGER_LITERAL: TokenType

    Permalink
  32. val KEYWORDS: Set[TokenType]

    Permalink
  33. val LBRACE: TokenType

    Permalink
  34. val LBRACKET: TokenType

    Permalink
  35. val LENGTH: TokenType

    Permalink
  36. val LINE_COMMENT: TokenType

    Permalink
  37. val LITERALS: Set[TokenType]

    Permalink
  38. val LOCATION_ID: TokenType

    Permalink
  39. val LPAREN: TokenType

    Permalink
  40. val METHOD: TokenType

    Permalink
  41. val MONITOR_ENTER: TokenType

    Permalink
  42. val MONITOR_EXIT: TokenType

    Permalink
  43. val MULTILINE_COMMENT: TokenType

    Permalink
  44. val NEW: TokenType

    Permalink
  45. val NULL: TokenType

    Permalink
  46. val OP: TokenType

    Permalink
  47. val RANGE: TokenType

    Permalink
  48. val RBRACE: TokenType

    Permalink
  49. val RBRACKET: TokenType

    Permalink
  50. val RETURN: TokenType

    Permalink
  51. val RPAREN: TokenType

    Permalink
  52. val SEMI: TokenType

    Permalink
  53. val STATIC_FIELD: TokenType

    Permalink
  54. val STATIC_ID: TokenType

    Permalink
  55. val STRING_LITERAL: TokenType

    Permalink
  56. val SWITCH: TokenType

    Permalink
  57. val THEN: TokenType

    Permalink
  58. val THROW: TokenType

    Permalink
  59. val TRUE: TokenType

    Permalink
  60. val UNKNOWN: TokenType

    Permalink
  61. val WS: TokenType

    Permalink
  62. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  65. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  66. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  68. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  73. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  74. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  75. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped