Interface Type.Visitor<R,A>
-
- All Known Implementing Classes:
InitializerGenerator,ReadOperationBuilder,TypeGenerator,TypeNameBuilder,WriteOperationBuilder
- Enclosing class:
- Type
public static interface Type.Visitor<R,A>Visitor interface for theTypehierarchy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(CustomType self, A arg)Visit case forCustomType.Rvisit(MapType self, A arg)Visit case forMapType.Rvisit(PrimitiveType self, A arg)Visit case forPrimitiveType.
-
-
-
Method Detail
-
visit
R visit(CustomType self, A arg)
Visit case forCustomType.
-
visit
R visit(PrimitiveType self, A arg)
Visit case forPrimitiveType.
-
-