Class TreeConstructionReportImpl.ErrorAcceptor
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected java.lang.StringBuilderbuilder
-
Constructor Summary
Constructors Modifier Constructor Description protectedErrorAcceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(java.lang.String message)java.lang.StringgetMessage()
-
-
-
Method Detail
-
error
public void error(java.lang.String message)
- Specified by:
errorin interfaceITokenSerializer.IErrorAcceptor
-
getMessage
public java.lang.String getMessage()
-
-