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, hasContent
addChildASTNode, getChildASTNode, getChildASTNodes, getChildASTNodesCount
public UnformattedTextNode(ASTNode astNode)
public UnformattedTextNode(int tokenType)
public UnformattedTextNode(java.lang.String content)
public void accept(ASTVisitor astVisitor)