Groovy 2.2.0

groovy.inspect
[Groovy] Class TextTreeNodeMaker

java.lang.Object
  groovy.inspect.TextTreeNodeMaker
All Implemented Interfaces:
AstBrowserNodeMaker

class TextTreeNodeMaker

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

Authors:
Roshan Dawrani


Method Summary
TextNode makeNode(Object userObject)

TextNode makeNodeWithProperties(Object userObject, List properties)

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

Method Detail

makeNode

TextNode makeNode(Object userObject)


makeNodeWithProperties

TextNode makeNodeWithProperties(Object userObject, List properties)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.