Class ObjectAnalizer

java.lang.Object
fr.inria.rules.integraal.util.object_analyzer.ObjectAnalizer

public class ObjectAnalizer extends Object
Produces textual descriptions for supported InteGraal objects.
  • Constructor Details

    • ObjectAnalizer

      public ObjectAnalizer()
      Creates the object analyzer utility.
  • Method Details

    • info

      public static String info(Object o)
      Returns structural information about the supplied object.
      Parameters:
      o - the object to analyze
      Returns:
      information on the query structure
    • digest

      public static String digest(Object o)
      Returns a compact textual representation of the supplied object.
      Parameters:
      o - the object to summarize
      Returns:
      a short representation of the query