org.eclipse.xtext.util
Class EmfFormatter
java.lang.Object
org.eclipse.xtext.util.EmfFormatter
public class EmfFormatter
- extends java.lang.Object
Method Summary |
static java.lang.String |
listToStr(java.util.List<? extends org.eclipse.emf.ecore.EObject> elements)
|
static java.lang.String |
objPath(org.eclipse.emf.ecore.EObject obj)
|
static java.lang.String |
objToStr(java.lang.Object obj,
org.eclipse.emf.ecore.EStructuralFeature... ignoredFeatures)
|
static java.lang.String |
objToStr(java.lang.Object obj,
com.google.common.base.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ignoredFeatures)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmfFormatter
public EmfFormatter()
objToStr
public static java.lang.String objToStr(java.lang.Object obj,
com.google.common.base.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ignoredFeatures)
objToStr
public static java.lang.String objToStr(java.lang.Object obj,
org.eclipse.emf.ecore.EStructuralFeature... ignoredFeatures)
listToStr
public static java.lang.String listToStr(java.util.List<? extends org.eclipse.emf.ecore.EObject> elements)
- Parameters:
firstSetGrammarElements
- object
-
- Returns:
objPath
public static java.lang.String objPath(org.eclipse.emf.ecore.EObject obj)