class VerilogLexer extends Lexer
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerilogLexer
- Lexer
- TokenSource
- Recognizer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VerilogLexer(input: CharStream)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def action(arg0: RuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Recognizer
- def addErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def emit(): Token
- Definition Classes
- Lexer
- def emit(arg0: Token): Unit
- Definition Classes
- Lexer
- def emitEOF(): Token
- Definition Classes
- Lexer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getATN(): ATN
- Definition Classes
- VerilogLexer → Recognizer
- Annotations
- @Override()
- def getAllTokens(): List[_ <: Token]
- Definition Classes
- Lexer
- def getChannel(): Int
- Definition Classes
- Lexer
- def getChannelNames(): Array[String]
- Definition Classes
- VerilogLexer → Lexer
- Annotations
- @Override()
- def getCharErrorDisplay(arg0: Int): String
- Definition Classes
- Lexer
- def getCharIndex(): Int
- Definition Classes
- Lexer
- def getCharPositionInLine(): Int
- Definition Classes
- Lexer → TokenSource
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getErrorDisplay(arg0: Int): String
- Definition Classes
- Lexer
- def getErrorDisplay(arg0: String): String
- Definition Classes
- Lexer
- def getErrorHeader(arg0: RecognitionException): String
- Definition Classes
- Recognizer
- def getErrorListenerDispatch(): ANTLRErrorListener
- Definition Classes
- Recognizer
- def getErrorListeners(): List[_ <: ANTLRErrorListener]
- Definition Classes
- Recognizer
- def getGrammarFileName(): String
- Definition Classes
- VerilogLexer → Recognizer
- Annotations
- @Override()
- def getInputStream(): CharStream
- Definition Classes
- Lexer → TokenSource → Recognizer
- def getInterpreter(): LexerATNSimulator
- Definition Classes
- Recognizer
- def getLine(): Int
- Definition Classes
- Lexer → TokenSource
- def getModeNames(): Array[String]
- Definition Classes
- VerilogLexer → Lexer
- Annotations
- @Override()
- def getParseInfo(): ParseInfo
- Definition Classes
- Recognizer
- def getRuleIndexMap(): Map[String, Integer]
- Definition Classes
- Recognizer
- def getRuleNames(): Array[String]
- Definition Classes
- VerilogLexer → Recognizer
- Annotations
- @Override()
- def getSerializedATN(): String
- Definition Classes
- VerilogLexer → Recognizer
- Annotations
- @Override()
- def getSourceName(): String
- Definition Classes
- Lexer → TokenSource
- final def getState(): Int
- Definition Classes
- Recognizer
- def getText(): String
- Definition Classes
- Lexer
- def getToken(): Token
- Definition Classes
- Lexer
- def getTokenFactory(): TokenFactory[_ <: Token]
- Definition Classes
- Lexer → TokenSource → Recognizer
- def getTokenType(arg0: String): Int
- Definition Classes
- Recognizer
- def getTokenTypeMap(): Map[String, Integer]
- Definition Classes
- Recognizer
- def getType(): Int
- Definition Classes
- Lexer
- def getVocabulary(): Vocabulary
- Definition Classes
- VerilogLexer → Recognizer
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mode(arg0: Int): Unit
- Definition Classes
- Lexer
- def more(): Unit
- Definition Classes
- Lexer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextToken(): Token
- Definition Classes
- Lexer → TokenSource
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def notifyListeners(arg0: LexerNoViableAltException): Unit
- Definition Classes
- Lexer
- def popMode(): Int
- Definition Classes
- Lexer
- def precpred(arg0: RuleContext, arg1: Int): Boolean
- Definition Classes
- Recognizer
- def pushMode(arg0: Int): Unit
- Definition Classes
- Lexer
- def recover(arg0: RecognitionException): Unit
- Definition Classes
- Lexer
- def recover(arg0: LexerNoViableAltException): Unit
- Definition Classes
- Lexer
- def removeErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
- def removeErrorListeners(): Unit
- Definition Classes
- Recognizer
- def reset(): Unit
- Definition Classes
- Lexer
- def sempred(arg0: RuleContext, arg1: Int, arg2: Int): Boolean
- Definition Classes
- Recognizer
- def setChannel(arg0: Int): Unit
- Definition Classes
- Lexer
- def setCharPositionInLine(arg0: Int): Unit
- Definition Classes
- Lexer
- def setInputStream(arg0: IntStream): Unit
- Definition Classes
- Lexer → Recognizer
- def setInterpreter(arg0: LexerATNSimulator): Unit
- Definition Classes
- Recognizer
- def setLine(arg0: Int): Unit
- Definition Classes
- Lexer
- final def setState(arg0: Int): Unit
- Definition Classes
- Recognizer
- def setText(arg0: String): Unit
- Definition Classes
- Lexer
- def setToken(arg0: Token): Unit
- Definition Classes
- Lexer
- def setTokenFactory(arg0: TokenFactory[_ <: AnyRef]): Unit
- Definition Classes
- Lexer → TokenSource → Recognizer
- def setType(arg0: Int): Unit
- Definition Classes
- Lexer
- def skip(): Unit
- Definition Classes
- Lexer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def getTokenErrorDisplay(arg0: Token): String
- Definition Classes
- Recognizer
- Annotations
- @Deprecated
- Deprecated
- def getTokenNames(): Array[String]
- Definition Classes
- VerilogLexer → Lexer → Recognizer
- Annotations
- @Override() @Deprecated
- Deprecated