org.eclipse.etrice.generator.base
Class Diagnostician
java.lang.Object
org.eclipse.etrice.generator.base.Diagnostician
- All Implemented Interfaces:
- IDiagnostician
public class Diagnostician
- extends java.lang.Object
- implements IDiagnostician
- Author:
- Henrik Rentz-Reichert
Method Summary |
void |
error(java.lang.String msg,
EObject source,
EStructuralFeature feature)
|
void |
error(java.lang.String msg,
EObject source,
EStructuralFeature feature,
int idx)
|
boolean |
isFailed()
|
void |
warning(java.lang.String msg,
EObject source,
EStructuralFeature feature)
|
void |
warning(java.lang.String msg,
EObject source,
EStructuralFeature feature,
int idx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSIGNIFICANT_INDEX
public static final int INSIGNIFICANT_INDEX
- See Also:
- Constant Field Values
Diagnostician
public Diagnostician()
warning
public void warning(java.lang.String msg,
EObject source,
EStructuralFeature feature)
- Specified by:
warning
in interface IDiagnostician
warning
public void warning(java.lang.String msg,
EObject source,
EStructuralFeature feature,
int idx)
- Specified by:
warning
in interface IDiagnostician
error
public void error(java.lang.String msg,
EObject source,
EStructuralFeature feature)
- Specified by:
error
in interface IDiagnostician
error
public void error(java.lang.String msg,
EObject source,
EStructuralFeature feature,
int idx)
- Specified by:
error
in interface IDiagnostician
isFailed
public boolean isFailed()
- Specified by:
isFailed
in interface IDiagnostician