org.eclipse.xtext.parsetree.reconstr.impl
Class TreeConstructionReportImpl.ErrorAcceptor

java.lang.Object
  extended by org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionReportImpl.ErrorAcceptor
All Implemented Interfaces:
ITokenSerializer.IErrorAcceptor
Enclosing class:
TreeConstructionReportImpl

protected class TreeConstructionReportImpl.ErrorAcceptor
extends java.lang.Object
implements ITokenSerializer.IErrorAcceptor


Field Summary
protected  java.lang.StringBuilder builder
           
 
Constructor Summary
protected TreeConstructionReportImpl.ErrorAcceptor()
           
 
Method Summary
 void error(java.lang.String message)
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

builder

protected java.lang.StringBuilder builder
Constructor Detail

TreeConstructionReportImpl.ErrorAcceptor

protected TreeConstructionReportImpl.ErrorAcceptor()
Method Detail

error

public void error(java.lang.String message)
Specified by:
error in interface ITokenSerializer.IErrorAcceptor

getMessage

public java.lang.String getMessage()