public final class DocLineElement extends AstNodeBase
| Constructor and Description |
|---|
DocLineElement(AstLocation location,
DocTagSee seeTag)
Constructor from see tag.
|
DocLineElement(AstLocation location,
DocText docText)
Constructor from text element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
DocText |
getDocText()
Gets text element if available.
|
DocTagSee |
getSeeTag()
Gets see tag if available.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
getLocationpublic DocLineElement(AstLocation location, DocText docText)
location - Location of this AST node.docText - Documentation text.public DocLineElement(AstLocation location, DocTagSee seeTag)
location - AST node location.seeTag - See tag.public void accept(ZserioAstVisitor visitor)
AstNodevisitor - Visitor to accept.public void visitChildren(ZserioAstVisitor visitor)
AstNodevisitChildren in interface AstNodevisitChildren in class AstNodeBasevisitor - Visitor to use.public DocText getDocText()
public DocTagSee getSeeTag()
Last updated 2024-10-29 12:56:13