public final class DocText extends AstNodeBase
| Constructor and Description |
|---|
DocText(AstLocation location,
java.lang.String text)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
java.lang.String |
getText()
Gets text string.
|
getLocation, visitChildrenpublic DocText(AstLocation location, java.lang.String text)
location - Location of this AST node.text - Text content.public void accept(ZserioAstVisitor visitor)
AstNodevisitor - Visitor to accept.public java.lang.String getText()
Last updated 2024-10-29 12:52:38