org.sonar.sslr.internal.vm.lexerful
Class LexerfulParseErrorFormatter

java.lang.Object
  extended by org.sonar.sslr.internal.vm.lexerful.LexerfulParseErrorFormatter

public class LexerfulParseErrorFormatter
extends Object


Constructor Summary
LexerfulParseErrorFormatter()
           
 
Method Summary
 String format(List<Token> tokens, int errorIndex, List<List<MatcherPathElement>> failedPaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexerfulParseErrorFormatter

public LexerfulParseErrorFormatter()
Method Detail

format

public String format(List<Token> tokens,
                     int errorIndex,
                     List<List<MatcherPathElement>> failedPaths)


Copyright © 2009-2014 SonarSource. All Rights Reserved.