Package com.rosetta.util.types
Interface JavaTypeVisitor
public interface JavaTypeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvisitType(JavaArrayType type) voidvoidvisitType(JavaParameterizedType<?> type) voidvisitType(JavaPrimitiveType type) voidvisitType(JavaTypeVariable type)
-
Method Details
-
visitType
-
visitType
-
visitType
-
visitType
-
visitType
-
visitNullType
void visitNullType()
-