Interface TypeVisitable
-
- All Known Implementing Classes:
GenericType
,InnerObjectReference
,InnerObjectType
,ObjectReference
,ObjectType
,PrimitiveType
,Types
,UnmodifiableTypes
,UpdateIntegerConstantTypeVisitor.DimensionTypes
public interface TypeVisitable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(TypeVisitor visitor)
-
-
-
Method Detail
-
accept
void accept(TypeVisitor visitor)
-
-