public class BoldTextNode extends FormattedTextNode
Constructor and Description |
---|
BoldTextNode(ASTNode astNode) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ASTVisitor astVisitor) |
boolean |
hasContent() |
getContent
addChildASTNode, getChildASTNode, getChildASTNodes, getChildASTNodesCount
public BoldTextNode(ASTNode astNode)
public void accept(ASTVisitor astVisitor)
accept
in class FormattedTextNode
public boolean hasContent()
hasContent
in class TextNode