[Groovy] Class TextTreeNodeMaker

  • groovy.inspect.TextTreeNodeMaker
All Implemented Interfaces and Traits:
AstBrowserNodeMaker<TextNode>
@CompileStatic
@Deprecated
class TextTreeNodeMaker
extends Object
implements AstBrowserNodeMaker<TextNode>

Constructor Summary

Constructors
Constructor and description
TextTreeNodeMaker ()

Methods Summary

Methods
Type Params Return Type Name and description
TextNode makeNode(Object userObject)
TextNode makeNodeWithProperties(Object userObject, List<List<String>> properties)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

TextTreeNodeMaker()

Method Detail

TextNode makeNode(Object userObject)

TextNode makeNodeWithProperties(Object userObject, List<List<String>> properties)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/inspect/TextTreeNodeMaker.html