public abstract class TextNode extends BaseParentableNode
| Constructor and Description |
|---|
TextNode(ASTNode astNode) |
TextNode(int tokenType) |
TextNode(java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
boolean |
hasContent() |
addChildASTNode, getChildASTNode, getChildASTNodes, getChildASTNodesCountpublic TextNode(ASTNode astNode)
public TextNode(int tokenType)
public TextNode(java.lang.String content)