@CompileStatic
class TextNode
extends Object
Represents a plain text node for use in the AST tree made by ASTBrowser.
| Type | Name and description |
|---|---|
List |
childrenChild nodes in insertion order. |
TextNode |
parentParent node in the text tree. |
List<List<?>> |
propertiesAdditional name/value metadata shown for this node. |
Object |
userObjectValue displayed for this node. |
Child nodes in insertion order.
Parent node in the text tree.
Value displayed for this node.
Creates a node with the supplied display value.
userObject - value displayed for the nodeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.