List of usage examples for org.antlr.v4.runtime.dfa DFA toLexerString
public String toLexerString()
From source file:com.fizzed.rocker.compiler.DescriptiveErrorListener.java
License:Apache License
@Override public void reportAttemptingFullContext(Parser parser, DFA dfa, int line, int posInLine, BitSet bitset, ATNConfigSet atncs) {/*from w w w . j a v a2s. c o m*/ log.trace("reportAttemptingFullContext: line=" + line + ", posInLine=" + posInLine + " dfa=" + dfa.toLexerString()); }