public static class SectionSentence.Impl extends java.lang.Object implements SectionSentence
SectionSentence.Impl, SectionSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(java.lang.String text,
CommentLevel level) |
| Modifier and Type | Method and Description |
|---|---|
CommentLevel |
getLevel() |
java.lang.String |
getText() |
void |
setLevel(CommentLevel level) |
void |
setText(java.lang.String text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic Impl()
public Impl(java.lang.String text,
CommentLevel level)
public java.lang.String getText()
getText in interface SectionSentencepublic void setText(java.lang.String text)
setText in interface SectionSentencepublic CommentLevel getLevel()
getLevel in interface SectionSentencepublic void setLevel(CommentLevel level)
setLevel in interface SectionSentence