Class ValueInspector

java.lang.Object
com.twineworks.tweakflow.lang.values.ValueInspector

public class ValueInspector extends Object
  • Constructor Details

    • ValueInspector

      public ValueInspector()
  • Method Details

    • inspect

      public static String inspect(Value v)
    • inspect

      public static String inspect(Value v, boolean expandFunctions)
    • inspect

      public static void inspect(StringBuilder out, Value v, String leadingIndent, String inheritedIndent, String indentationUnit, boolean expandFunctions)