|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.inspect.TextNode
class TextNode
Represents a plain text node for use in the AST tree made by ASTBrowser
Property Summary | |
---|---|
List |
children
|
TextNode |
parent
|
List |
properties
|
Object |
userObject
|
Constructor Summary | |
TextNode(Object userObject)
|
|
TextNode(Object userObject, List properties)
|
Method Summary | |
---|---|
void
|
add(TextNode child)
|
void
|
setParent(TextNode newParent)
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
List children
TextNode parent
List properties
Object userObject
Constructor Detail |
---|
TextNode(Object userObject)
TextNode(Object userObject, List properties)
Method Detail |
---|
void add(TextNode child)
void setParent(TextNode newParent)
String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.