Class StringRepresentation


  • public class StringRepresentation
    extends java.lang.Object
    Author:
    Lorenzo Bettini
    • Constructor Detail

      • StringRepresentation

        public StringRepresentation()
    • Method Detail

      • string

        public java.lang.String string​(java.lang.Object object)
      • stringIterable

        public java.lang.String stringIterable​(java.lang.Iterable iterable)
      • quoted

        protected java.lang.String quoted​(java.lang.String buffer)
      • stringRep

        protected <T> java.lang.String stringRep​(java.lang.Class<T> clazz)
      • stringRep

        protected java.lang.String stringRep​(org.eclipse.emf.ecore.EClassifier eClassifier)
      • stringRep

        protected java.lang.String stringRep​(java.lang.Object value)
      • withType

        protected java.lang.String withType​(java.lang.String typeName,
                                            java.lang.String s)
      • stringRep

        protected java.lang.String stringRep​(org.eclipse.emf.ecore.EObject eObject)
      • stringRepForEObjectNotProcessed

        protected java.lang.String stringRepForEObjectNotProcessed​(org.eclipse.emf.ecore.EObject eObject)
      • stringRepForEObject

        protected java.lang.String stringRepForEObject​(org.eclipse.emf.ecore.EObject eObject)
      • stringRep

        protected java.lang.String stringRep​(java.util.List list)
      • stringRep

        protected java.lang.String stringRep​(RuleEnvironment environment)
      • stringRep

        protected java.lang.String stringRep​(Result<?> result)
        Since:
        1.5
      • stringRep

        protected java.lang.String stringRep​(Result2<?,​?> result)
        Since:
        1.5
      • stringRep

        protected java.lang.String stringRep​(Result3<?,​?,​?> result)
        Since:
        1.5