Class DefaultStringType

    • Method Detail

      • accept

        public void accept​(MetadataTypeVisitor visitor)
        Description copied from interface: MetadataType
        Dispatches in a reflective way to the method with prefix "visit" with the specific type as argument. Example visitObject(ObjectType objectType) will be called when this type is an ObjectType.
        Specified by:
        accept in interface MetadataType
        Parameters:
        visitor - The visitor