[Groovy] Class TextTreeNodeMaker
- groovy.inspect.TextTreeNodeMaker
 
- All Implemented Interfaces and Traits:
 - AstBrowserNodeMaker<TextNode>
 
@CompileStatic @Deprecated class TextTreeNodeMaker extends Object implements AstBrowserNodeMaker<TextNode>
Constructor Summary
| Constructor and description | 
|---|
 TextTreeNodeMaker
                                () |  
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
TextNode |  
makeNode(Object userObject) |  |
TextNode |  
makeNodeWithProperties(Object userObject, List<List<String>> properties) |  
Inherited Methods Summary
| 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