Package org.fulib.scenarios.ast.sentence
Class FlattenSentenceList
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.SentenceList.Impl
-
- org.fulib.scenarios.ast.sentence.FlattenSentenceList
-
- All Implemented Interfaces:
Node,Positioned,Sentence,SentenceList
public class FlattenSentenceList extends SentenceList.Impl
-
-
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.SentenceList
SentenceList.Impl, SentenceList.Visitor<P,R>
-
-
Constructor Summary
Constructors Constructor Description FlattenSentenceList(java.util.List<Sentence> items)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadd(java.util.List<Sentence> newItems, Sentence result)-
Methods inherited from class org.fulib.scenarios.ast.sentence.SentenceList.Impl
getItems, setItems
-
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.SentenceList
accept, accept, accept, accept
-
-