org.eclipse.xtext.parsetree.reconstr
Interface IParseTreeConstructor.TreeConstructionReport

All Known Implementing Classes:
TreeConstructionReportImpl
Enclosing interface:
IParseTreeConstructor

public static interface IParseTreeConstructor.TreeConstructionReport


Method Summary
 java.util.List<IParseTreeConstructor.TreeConstructionDiagnostic> getDiagnostics()
           
 ITextRegion getPreviousLocation()
           
 boolean isSuccess()
           
 

Method Detail

getDiagnostics

java.util.List<IParseTreeConstructor.TreeConstructionDiagnostic> getDiagnostics()

isSuccess

boolean isSuccess()

getPreviousLocation

ITextRegion getPreviousLocation()