public class IncQueryRuntimeHelper
extends java.lang.Object
Constructor and Description |
---|
IncQueryRuntimeHelper() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.EStructuralFeature |
getFeature(java.lang.Object o,
java.lang.String featureName)
Get the structural feature with the given name of the given object.
|
static java.lang.String |
getMessage(IPatternMatch match,
java.lang.String messageFormat)
Returns the message for the given match using the given format.
|
static java.lang.String |
prettyPrintEMFType(java.lang.Object typeObject)
Gives a human-readable name of an EMF type.
|
public static java.lang.String prettyPrintEMFType(java.lang.Object typeObject)
public static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Object o, java.lang.String featureName)
o
- the object (must be an EObject)featureName
- the name of the featurepublic static java.lang.String getMessage(IPatternMatch match, java.lang.String messageFormat)