public class UnformattedTextNode extends TextNode
| Constructor and Description |
|---|
UnformattedTextNode(ASTNode astNode) |
UnformattedTextNode(int tokenType) |
UnformattedTextNode(java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor astVisitor) |
getContent, hasContentaddChildASTNode, getChildASTNode, getChildASTNodes, getChildASTNodesCountpublic UnformattedTextNode(ASTNode astNode)
public UnformattedTextNode(int tokenType)
public UnformattedTextNode(java.lang.String content)
public void accept(ASTVisitor astVisitor)