class RubyLexer extends RubyLexerBase

Annotations
@SuppressWarnings()
Linear Supertypes
RubyLexerBase, RubyLexerStringInterpolationHandling, RubyLexerRegexHandling, Lexer, TokenSource, Recognizer[Integer, LexerATNSimulator], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RubyLexer
  2. RubyLexerBase
  3. RubyLexerStringInterpolationHandling
  4. RubyLexerRegexHandling
  5. Lexer
  6. TokenSource
  7. Recognizer
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RubyLexer(input: CharStream)

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. def action(_localctx: RuleContext, ruleIndex: Int, actionIndex: Int): Unit
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  5. def addErrorListener(arg0: ANTLRErrorListener): Unit
    Definition Classes
    Recognizer
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def emit(): Token
    Definition Classes
    Lexer
  9. def emit(arg0: Token): Unit
    Definition Classes
    Lexer
  10. def emitEOF(): Token
    Definition Classes
    Lexer
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def getATN(): ATN
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  14. def getAllTokens(): List[_ <: Token]
    Definition Classes
    Lexer
  15. def getChannel(): Int
    Definition Classes
    Lexer
  16. def getChannelNames(): Array[String]
    Definition Classes
    RubyLexer → Lexer
    Annotations
    @Override()
  17. def getCharErrorDisplay(arg0: Int): String
    Definition Classes
    Lexer
  18. def getCharIndex(): Int
    Definition Classes
    Lexer
  19. def getCharPositionInLine(): Int
    Definition Classes
    Lexer → TokenSource
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getErrorDisplay(arg0: Int): String
    Definition Classes
    Lexer
  22. def getErrorDisplay(arg0: String): String
    Definition Classes
    Lexer
  23. def getErrorHeader(arg0: RecognitionException): String
    Definition Classes
    Recognizer
  24. def getErrorListenerDispatch(): ANTLRErrorListener
    Definition Classes
    Recognizer
  25. def getErrorListeners(): List[_ <: ANTLRErrorListener]
    Definition Classes
    Recognizer
  26. def getGrammarFileName(): String
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  27. def getInputStream(): CharStream
    Definition Classes
    Lexer → TokenSource → Recognizer
  28. def getInterpreter(): LexerATNSimulator
    Definition Classes
    Recognizer
  29. def getLine(): Int
    Definition Classes
    Lexer → TokenSource
  30. def getModeNames(): Array[String]
    Definition Classes
    RubyLexer → Lexer
    Annotations
    @Override()
  31. def getParseInfo(): ParseInfo
    Definition Classes
    Recognizer
  32. def getRuleIndexMap(): Map[String, Integer]
    Definition Classes
    Recognizer
  33. def getRuleNames(): Array[String]
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  34. def getSerializedATN(): String
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  35. def getSourceName(): String
    Definition Classes
    Lexer → TokenSource
  36. final def getState(): Int
    Definition Classes
    Recognizer
  37. def getText(): String
    Definition Classes
    Lexer
  38. def getToken(): Token
    Definition Classes
    Lexer
  39. def getTokenFactory(): TokenFactory[_ <: Token]
    Definition Classes
    Lexer → TokenSource → Recognizer
  40. def getTokenType(arg0: String): Int
    Definition Classes
    Recognizer
  41. def getTokenTypeMap(): Map[String, Integer]
    Definition Classes
    Recognizer
  42. def getType(): Int
    Definition Classes
    Lexer
  43. def getVocabulary(): Vocabulary
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def isInRegularExpressionInterpolationMode: Boolean

    To be invoked when in DEFAULT_MODE, to check if we are in the context of a regular expression interpolation.

    To be invoked when in DEFAULT_MODE, to check if we are in the context of a regular expression interpolation.

    Attributes
    protected
    Definition Classes
    RubyLexerRegexHandling
  46. def isInStringInterpolationMode: Boolean

    To be invoked when in DEFAULT_MODE, to check if we are in the context of a string interpolation.

    To be invoked when in DEFAULT_MODE, to check if we are in the context of a string interpolation.

    Attributes
    protected
    Definition Classes
    RubyLexerStringInterpolationHandling
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isStartOfRegex: Boolean

    To be invoked when encountering /, deciding if it should emit a REGULAR_EXPRESSION_START token.

    To be invoked when encountering /, deciding if it should emit a REGULAR_EXPRESSION_START token.

    Attributes
    protected
    Definition Classes
    RubyLexerRegexHandling
  49. def mode(arg0: Int): Unit
    Definition Classes
    Lexer
  50. def more(): Unit
    Definition Classes
    Lexer
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def nextToken(): Token
    Definition Classes
    RubyLexerBase → Lexer → TokenSource
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. def notifyListeners(arg0: LexerNoViableAltException): Unit
    Definition Classes
    Lexer
  56. def popMode(): Int
    Definition Classes
    Lexer
  57. def precpred(arg0: RuleContext, arg1: Int): Boolean
    Definition Classes
    Recognizer
  58. var previousNonWsToken: Option[Token]

    The previously (non-WS) emitted token (in DEFAULT_CHANNEL.)

    The previously (non-WS) emitted token (in DEFAULT_CHANNEL.)

    Attributes
    protected
    Definition Classes
    RubyLexerBase
  59. def pushMode(arg0: Int): Unit
    Definition Classes
    Lexer
  60. def recover(arg0: RecognitionException): Unit
    Definition Classes
    Lexer
  61. def recover(arg0: LexerNoViableAltException): Unit
    Definition Classes
    Lexer
  62. def removeErrorListener(arg0: ANTLRErrorListener): Unit
    Definition Classes
    Recognizer
  63. def removeErrorListeners(): Unit
    Definition Classes
    Recognizer
  64. def reset(): Unit
    Definition Classes
    Lexer
  65. def sempred(_localctx: RuleContext, ruleIndex: Int, predIndex: Int): Boolean
    Definition Classes
    RubyLexer → Recognizer
    Annotations
    @Override()
  66. def setChannel(arg0: Int): Unit
    Definition Classes
    Lexer
  67. def setCharPositionInLine(arg0: Int): Unit
    Definition Classes
    Lexer
  68. def setInputStream(arg0: IntStream): Unit
    Definition Classes
    Lexer → Recognizer
  69. def setInterpreter(arg0: LexerATNSimulator): Unit
    Definition Classes
    Recognizer
  70. def setLine(arg0: Int): Unit
    Definition Classes
    Lexer
  71. final def setState(arg0: Int): Unit
    Definition Classes
    Recognizer
  72. def setText(arg0: String): Unit
    Definition Classes
    Lexer
  73. def setToken(arg0: Token): Unit
    Definition Classes
    Lexer
  74. def setTokenFactory(arg0: TokenFactory[_ <: AnyRef]): Unit
    Definition Classes
    Lexer → TokenSource → Recognizer
  75. def setType(arg0: Int): Unit
    Definition Classes
    Lexer
  76. def skip(): Unit
    Definition Classes
    Lexer
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def getTokenErrorDisplay(arg0: Token): String
    Definition Classes
    Recognizer
    Annotations
    @Deprecated
    Deprecated
  3. def getTokenNames(): Array[String]
    Definition Classes
    RubyLexer → Lexer → Recognizer
    Annotations
    @Override() @Deprecated
    Deprecated

Inherited from RubyLexerBase

Inherited from RubyLexerRegexHandling

Inherited from Lexer

Inherited from TokenSource

Inherited from Recognizer[Integer, LexerATNSimulator]

Inherited from AnyRef

Inherited from Any

Ungrouped