org.eclipse.xtext.util
Class EmfFormatter

java.lang.Object
  extended by org.eclipse.xtext.util.EmfFormatter

public class EmfFormatter
extends java.lang.Object


Constructor Summary
EmfFormatter()
           
 
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
 

Constructor Detail

EmfFormatter

public EmfFormatter()
Method Detail

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)