org.sonar.sslr.internal.vm
Class ErrorReportingHandler

java.lang.Object
  extended by org.sonar.sslr.internal.vm.ErrorReportingHandler
All Implemented Interfaces:
MachineHandler

public class ErrorReportingHandler
extends Object
implements MachineHandler


Constructor Summary
ErrorReportingHandler(int errorIndex)
           
 
Method Summary
 List<List<MatcherPathElement>> getFailedPaths()
           
 void onBacktrack(Machine machine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorReportingHandler

public ErrorReportingHandler(int errorIndex)
Method Detail

getFailedPaths

public List<List<MatcherPathElement>> getFailedPaths()

onBacktrack

public void onBacktrack(Machine machine)
Specified by:
onBacktrack in interface MachineHandler


Copyright © 2009-2014 SonarSource. All Rights Reserved.