Packages

c

org.mulesoft.antlrast.proto3

Protobuf3Lexer

class Protobuf3Lexer extends Lexer

Annotations
@SuppressWarnings()
Linear Supertypes
Lexer, TokenSource, Recognizer[Integer, LexerATNSimulator], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protobuf3Lexer
  2. Lexer
  3. TokenSource
  4. Recognizer
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Protobuf3Lexer(input: CharStream)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to any2stringadd[Protobuf3Lexer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Protobuf3Lexer, B)
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to ArrowAssoc[Protobuf3Lexer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def action(arg0: RuleContext, arg1: Int, arg2: Int): Unit
    Definition Classes
    Recognizer
  7. def addErrorListener(arg0: ANTLRErrorListener): Unit
    Definition Classes
    Recognizer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. def emit(): Token
    Definition Classes
    Lexer
  11. def emit(arg0: Token): Unit
    Definition Classes
    Lexer
  12. def emitEOF(): Token
    Definition Classes
    Lexer
  13. def ensuring(cond: (Protobuf3Lexer) ⇒ Boolean, msg: ⇒ Any): Protobuf3Lexer
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to Ensuring[Protobuf3Lexer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Protobuf3Lexer) ⇒ Boolean): Protobuf3Lexer
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to Ensuring[Protobuf3Lexer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Protobuf3Lexer
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to Ensuring[Protobuf3Lexer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Protobuf3Lexer
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to Ensuring[Protobuf3Lexer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def getATN(): ATN
    Definition Classes
    Protobuf3Lexer → Recognizer
    Annotations
    @Override()
  20. def getAllTokens(): List[_ <: Token]
    Definition Classes
    Lexer
  21. def getChannel(): Int
    Definition Classes
    Lexer
  22. def getChannelNames(): Array[String]
    Definition Classes
    Protobuf3Lexer → Lexer
    Annotations
    @Override()
  23. def getCharErrorDisplay(arg0: Int): String
    Definition Classes
    Lexer
  24. def getCharIndex(): Int
    Definition Classes
    Lexer
  25. def getCharPositionInLine(): Int
    Definition Classes
    Lexer → TokenSource
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def getErrorDisplay(arg0: Int): String
    Definition Classes
    Lexer
  28. def getErrorDisplay(arg0: String): String
    Definition Classes
    Lexer
  29. def getErrorHeader(arg0: RecognitionException): String
    Definition Classes
    Recognizer
  30. def getErrorListenerDispatch(): ANTLRErrorListener
    Definition Classes
    Recognizer
  31. def getErrorListeners(): List[_ <: ANTLRErrorListener]
    Definition Classes
    Recognizer
  32. def getGrammarFileName(): String
    Definition Classes
    Protobuf3Lexer → Recognizer
    Annotations
    @Override()
  33. def getInputStream(): CharStream
    Definition Classes
    Lexer → TokenSource → Recognizer
  34. def getInterpreter(): LexerATNSimulator
    Definition Classes
    Recognizer
  35. def getLine(): Int
    Definition Classes
    Lexer → TokenSource
  36. def getModeNames(): Array[String]
    Definition Classes
    Protobuf3Lexer → Lexer
    Annotations
    @Override()
  37. def getParseInfo(): ParseInfo
    Definition Classes
    Recognizer
  38. def getRuleIndexMap(): Map[String, Integer]
    Definition Classes
    Recognizer
  39. def getRuleNames(): Array[String]
    Definition Classes
    Protobuf3Lexer → Recognizer
    Annotations
    @Override()
  40. def getSerializedATN(): String
    Definition Classes
    Protobuf3Lexer → Recognizer
    Annotations
    @Override()
  41. def getSourceName(): String
    Definition Classes
    Lexer → TokenSource
  42. final def getState(): Int
    Definition Classes
    Recognizer
  43. def getText(): String
    Definition Classes
    Lexer
  44. def getToken(): Token
    Definition Classes
    Lexer
  45. def getTokenFactory(): TokenFactory[_ <: Token]
    Definition Classes
    Lexer → TokenSource → Recognizer
  46. def getTokenType(arg0: String): Int
    Definition Classes
    Recognizer
  47. def getTokenTypeMap(): Map[String, Integer]
    Definition Classes
    Recognizer
  48. def getType(): Int
    Definition Classes
    Lexer
  49. def getVocabulary(): Vocabulary
    Definition Classes
    Protobuf3Lexer → Recognizer
    Annotations
    @Override()
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. def mode(arg0: Int): Unit
    Definition Classes
    Lexer
  53. def more(): Unit
    Definition Classes
    Lexer
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def nextToken(): Token
    Definition Classes
    Lexer → TokenSource
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  58. def notifyListeners(arg0: LexerNoViableAltException): Unit
    Definition Classes
    Lexer
  59. def popMode(): Int
    Definition Classes
    Lexer
  60. def precpred(arg0: RuleContext, arg1: Int): Boolean
    Definition Classes
    Recognizer
  61. def pushMode(arg0: Int): Unit
    Definition Classes
    Lexer
  62. def recover(arg0: RecognitionException): Unit
    Definition Classes
    Lexer
  63. def recover(arg0: LexerNoViableAltException): Unit
    Definition Classes
    Lexer
  64. def removeErrorListener(arg0: ANTLRErrorListener): Unit
    Definition Classes
    Recognizer
  65. def removeErrorListeners(): Unit
    Definition Classes
    Recognizer
  66. def reset(): Unit
    Definition Classes
    Lexer
  67. def sempred(arg0: RuleContext, arg1: Int, arg2: Int): Boolean
    Definition Classes
    Recognizer
  68. def setChannel(arg0: Int): Unit
    Definition Classes
    Lexer
  69. def setCharPositionInLine(arg0: Int): Unit
    Definition Classes
    Lexer
  70. def setInputStream(arg0: IntStream): Unit
    Definition Classes
    Lexer → Recognizer
  71. def setInterpreter(arg0: LexerATNSimulator): Unit
    Definition Classes
    Recognizer
  72. def setLine(arg0: Int): Unit
    Definition Classes
    Lexer
  73. final def setState(arg0: Int): Unit
    Definition Classes
    Recognizer
  74. def setText(arg0: String): Unit
    Definition Classes
    Lexer
  75. def setToken(arg0: Token): Unit
    Definition Classes
    Lexer
  76. def setTokenFactory(arg0: TokenFactory[_]): Unit
    Definition Classes
    Lexer → TokenSource → Recognizer
  77. def setType(arg0: Int): Unit
    Definition Classes
    Lexer
  78. def skip(): Unit
    Definition Classes
    Lexer
  79. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def [B](y: B): (Protobuf3Lexer, B)
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to ArrowAssoc[Protobuf3Lexer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Protobuf3Lexer to StringFormat[Protobuf3Lexer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def getTokenErrorDisplay(arg0: Token): String
    Definition Classes
    Recognizer
    Annotations
    @Deprecated
    Deprecated
  4. def getTokenNames(): Array[String]
    Definition Classes
    Protobuf3Lexer → Lexer → Recognizer
    Annotations
    @Override() @Deprecated
    Deprecated

Inherited from Lexer

Inherited from TokenSource

Inherited from Recognizer[Integer, LexerATNSimulator]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Protobuf3Lexer to any2stringadd[Protobuf3Lexer]

Inherited by implicit conversion StringFormat from Protobuf3Lexer to StringFormat[Protobuf3Lexer]

Inherited by implicit conversion Ensuring from Protobuf3Lexer to Ensuring[Protobuf3Lexer]

Inherited by implicit conversion ArrowAssoc from Protobuf3Lexer to ArrowAssoc[Protobuf3Lexer]

Ungrouped