[Groovy] Class TextTreeNodeMaker
- groovy.inspect.TextTreeNodeMaker
- All Implemented Interfaces and Traits:
- AstBrowserNodeMaker
class TextTreeNodeMaker
A factory class for plain text nodes for use in the AST tree made by ASTBrowser
- Authors:
- Roshan Dawrani
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 |
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/2.4.21/html/gapi/groovy/inspect/TextTreeNodeMaker.html