[Groovy] Class TextTreeNodeMaker

  • groovy.inspect.TextTreeNodeMaker
All Implemented Interfaces and Traits:
AstBrowserNodeMaker
@CompileStatic
class TextTreeNodeMaker

A factory class for plain text nodes for use in the AST tree made by ASTBrowser

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

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.5.14/html/gapi/groovy/inspect/TextTreeNodeMaker.html