Class RuntimeInspector
java.lang.Object
com.twineworks.tweakflow.lang.runtime.RuntimeInspector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringinspect(Runtime.Node node) static Stringinspect(Runtime.Node node, boolean expandFunctions) static voidinspect(StringBuilder out, Runtime.Node node, String leadingIndent, String inheritedIndent, String indentationUnit, boolean expandFunctions)
-
Constructor Details
-
RuntimeInspector
public RuntimeInspector()
-
-
Method Details
-
inspect
-
inspect
-
inspect
public static void inspect(StringBuilder out, Runtime.Node node, String leadingIndent, String inheritedIndent, String indentationUnit, boolean expandFunctions)
-