Class DataProcessor.Util

  • Enclosing class:
    DataProcessor

    @Deprecated
    public static class DataProcessor.Util
    extends java.lang.Object
    Deprecated.
    Since:
    2.7
    Noreference:
    Noextend:
    • Constructor Summary

      Constructors 
      Constructor Description
      Util​(org.eclipse.xtend.lib.macro.TransformationContext context)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addDataToString​(org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration cls)
      Deprecated.
       
      java.lang.Iterable<? extends org.eclipse.xtend.lib.macro.declaration.FieldDeclaration> getDataFields​(org.eclipse.xtend.lib.macro.declaration.ClassDeclaration it)
      Deprecated.
       
      java.lang.Iterable<? extends org.eclipse.xtend.lib.macro.declaration.MutableFieldDeclaration> getDataFields​(org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration it)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util​(org.eclipse.xtend.lib.macro.TransformationContext context)
        Deprecated.
    • Method Detail

      • getDataFields

        public java.lang.Iterable<? extends org.eclipse.xtend.lib.macro.declaration.FieldDeclaration> getDataFields​(org.eclipse.xtend.lib.macro.declaration.ClassDeclaration it)
        Deprecated.
      • getDataFields

        public java.lang.Iterable<? extends org.eclipse.xtend.lib.macro.declaration.MutableFieldDeclaration> getDataFields​(org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration it)
        Deprecated.
      • addDataToString

        public void addDataToString​(org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration cls)
        Deprecated.