Package org.fulib.scenarios.ast.sentence
Interface ThereSentence.Visitor<P,R>
-
- All Known Subinterfaces:
Node.Visitor<P,R>,Positioned.Visitor<P,R>,Sentence.Visitor<P,R>
- All Known Implementing Classes:
GetAnswerSentence,Grouper,SentenceGenerator,SentenceResolver,SymbolCollector
- Enclosing interface:
- ThereSentence
public static interface ThereSentence.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Rvisit(ThereSentence thereSentence, P par)
-
-
-
Method Detail
-
visit
default R visit(ThereSentence thereSentence, P par)
-
-