org.eclipse.xtext.xtext.ecoreInference
Class Xtext2EcoreTransformer.NullErrorAcceptor

java.lang.Object
  extended by org.eclipse.xtext.xtext.ecoreInference.Xtext2EcoreTransformer.NullErrorAcceptor
All Implemented Interfaces:
ErrorAcceptor
Enclosing class:
Xtext2EcoreTransformer

public static class Xtext2EcoreTransformer.NullErrorAcceptor
extends java.lang.Object
implements ErrorAcceptor


Constructor Summary
Xtext2EcoreTransformer.NullErrorAcceptor()
           
 
Method Summary
 void acceptError(TransformationErrorCode errorCode, java.lang.String arg0, org.eclipse.emf.ecore.EObject arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xtext2EcoreTransformer.NullErrorAcceptor

public Xtext2EcoreTransformer.NullErrorAcceptor()
Method Detail

acceptError

public void acceptError(TransformationErrorCode errorCode,
                        java.lang.String arg0,
                        org.eclipse.emf.ecore.EObject arg1)
Specified by:
acceptError in interface ErrorAcceptor