[Groovy] Class TextNode
- groovy.inspect.TextNode
@CompileStatic @Deprecated class TextNode extends Object
Properties Summary
| Type | Name and description |
|---|---|
List |
children |
TextNode |
parent |
List<List<String>> |
properties |
Object |
userObject |
Constructor Summary
| Constructor and description |
|---|
TextNode
(Object userObject) |
TextNode
(Object userObject, List<List<String>> properties) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
void |
add(TextNode child) | |
void |
setParent(TextNode newParent) | |
String |
toString() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
List children
TextNode parent
List<List<String>> properties
Object userObject
Constructor Detail
TextNode(Object userObject)
TextNode(Object userObject, List<List<String>> properties)
Method Detail
void add(TextNode child)
void setParent(TextNode newParent)
String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/inspect/TextNode.html