ParserErrorListener

es.weso.shapemaps.ParserErrorListener
class ParserErrorListener extends ANTLRErrorListener with LazyLogging

Attributes

Graph
Supertypes
trait LazyLogging
trait ANTLRErrorListener
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def reportAmbiguity(recognizer: Parser, dfa: DFA, startIndex: Int, stopIndex: Int, exact: Boolean, ambigAlts: BitSet, configs: ATNConfigSet): Unit

Attributes

Definition Classes
ANTLRErrorListener
override def reportAttemptingFullContext(recognizer: Parser, dfa: DFA, startIndex: Int, stopIndex: Int, conflictingAlts: BitSet, configs: ATNConfigSet): Unit

Attributes

Definition Classes
ANTLRErrorListener
override def reportContextSensitivity(recognizer: Parser, dfa: DFA, startIndex: Int, stopIndex: Int, prediction: Int, configs: ATNConfigSet): Unit

Attributes

Definition Classes
ANTLRErrorListener
override def syntaxError(recognizer: Recognizer[_, _], offendingSymbol: Any, line: Int, charPositionInLine: Int, msg: String, e: RecognitionException): Unit

Attributes

Definition Classes
ANTLRErrorListener

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging