Package org.fulib.scenarios.ast.type
Interface ListType.Visitor<P,R>
-
- All Known Subinterfaces:
Node.Visitor<P,R>,Positioned.Visitor<P,R>,Type.Visitor<P,R>
- All Known Implementing Classes:
ExtractClassDecl,Namer,TypeComparer,TypeDescriber,TypeGenerator,TypeResolver
- Enclosing interface:
- ListType
public static interface ListType.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Rvisit(ListType listType, P par)
-