Package org.fulib.scenarios.ast.decl
Interface ResolvedName.Visitor<P,R>
-
- All Known Subinterfaces:
Name.Visitor<P,R>,Node.Visitor<P,R>,Positioned.Visitor<P,R>
- All Known Implementing Classes:
ExtractDecl,Namer,NameResolver,Typer
- Enclosing interface:
- ResolvedName
public static interface ResolvedName.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Rvisit(ResolvedName resolvedName, P par)
-
-
-
Method Detail
-
visit
default R visit(ResolvedName resolvedName, P par)
-
-