Interface ISerializationDiagnostic
-
- All Known Implementing Classes:
ISerializationDiagnostic.ExceptionDiagnostic,SerializationDiagnostic
public interface ISerializationDiagnostic
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceISerializationDiagnostic.Acceptorstatic classISerializationDiagnostic.ExceptionDiagnosticstatic classISerializationDiagnostic.ExceptionThrowingAcceptorstatic classISerializationDiagnostic.StdErrAcceptorstatic classISerializationDiagnostic.ToString
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_DIAGNOSTICstatic ISerializationDiagnostic.AcceptorEXCEPTION_THROWING_ACCEPTORstatic ISerializationDiagnostic.AcceptorSTDERR_ACCEPTOR
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanbreaksSyntax()org.eclipse.emf.ecore.EObjectgetContext()Deprecated.usegetIContext()org.eclipse.emf.ecore.EStructuralFeaturegetEStructuralFeature()java.lang.ThrowablegetException()GrammargetGrammar()ISerializationContextgetIContext()java.lang.StringgetId()java.lang.StringgetMessage()org.eclipse.emf.ecore.EObjectgetSemanticObject()
-
-
-
Field Detail
-
EXCEPTION_DIAGNOSTIC
static final java.lang.String EXCEPTION_DIAGNOSTIC
- See Also:
- Constant Field Values
-
EXCEPTION_THROWING_ACCEPTOR
static final ISerializationDiagnostic.Acceptor EXCEPTION_THROWING_ACCEPTOR
-
STDERR_ACCEPTOR
static final ISerializationDiagnostic.Acceptor STDERR_ACCEPTOR
-
-
Method Detail
-
breaksSyntax
boolean breaksSyntax()
-
getException
java.lang.Throwable getException()
-
getMessage
java.lang.String getMessage()
-
getSemanticObject
org.eclipse.emf.ecore.EObject getSemanticObject()
-
getContext
@Deprecated org.eclipse.emf.ecore.EObject getContext()
Deprecated.usegetIContext()
-
getIContext
ISerializationContext getIContext()
-
getGrammar
Grammar getGrammar()
-
getId
java.lang.String getId()
-
getEStructuralFeature
org.eclipse.emf.ecore.EStructuralFeature getEStructuralFeature()
-
-