Package org.fulib.scenarios.ast.sentence
Class SectionSentence.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.SectionSentence.Impl
-
- All Implemented Interfaces:
Node,Positioned,SectionSentence,Sentence
- Enclosing interface:
- SectionSentence
public static class SectionSentence.Impl extends Positioned.Impl implements SectionSentence
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.sentence.SectionSentence
SectionSentence.Impl, SectionSentence.Visitor<P,R>
-
-
Constructor Summary
Constructors Constructor Description Impl()Impl(java.lang.String text, CommentLevel level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentLevelgetLevel()java.lang.StringgetText()voidsetLevel(CommentLevel level)voidsetText(java.lang.String text)-
Methods inherited from class org.fulib.scenarios.ast.Positioned.Impl
getPosition, setPosition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
Methods inherited from interface org.fulib.scenarios.ast.sentence.SectionSentence
accept, accept, accept, accept
-
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(java.lang.String text, CommentLevel level)
-
-
Method Detail
-
getText
public java.lang.String getText()
- Specified by:
getTextin interfaceSectionSentence
-
setText
public void setText(java.lang.String text)
- Specified by:
setTextin interfaceSectionSentence
-
getLevel
public CommentLevel getLevel()
- Specified by:
getLevelin interfaceSectionSentence
-
setLevel
public void setLevel(CommentLevel level)
- Specified by:
setLevelin interfaceSectionSentence
-
-