Interface IDatatypeVisitable

All Known Subinterfaces:
IDatatype
All Known Implementing Classes:
AbstractVariable, AnyType, Attribute, AttributeAssignment, BasisDatatype, BooleanType, CollectionElementVariable, Comment, Compound, CompoundAccessStatement, ConstantDecisionVariableDeclaration, Constraint, ConstraintType, ContainableModelElement, Container, CustomDatatype, DecisionVariableDeclaration, DelegatingType, DerivedDatatype, DotAttribute, Enum, EvaluationBlock, ExplicitTypeVariableDeclaration, FreezeBlock, FreezeVariableType, IntegerType, MetaType, OperationDefinition, OrderedEnum, PartialEvaluationBlock, ProjectDecisionVariableDeclaration, ProjectInterface, ProjectType, RealType, Reference, Sequence, Set, StringType, StructuredComment, StructuredDatatype, VersionType, VoidType

public interface IDatatypeVisitable
Defines an element which can be visited by the IDatatypeVisitor.
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accepts a specialized visitor for creating a textual representation of the identity of this type.
  • Method Details

    • accept

      void accept(IDatatypeVisitor visitor)
      Accepts a specialized visitor for creating a textual representation of the identity of this type.
      Parameters:
      visitor - the visitor to accept