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 voidaccept(TypeVisitor visitor)
-
-
-
Method Detail
-
accept
void accept(TypeVisitor visitor)
-
-