Interface IDatatypeVisitable
-
- All Known Subinterfaces:
IDatatype
- All Known Implementing Classes:
AbstractVariable,AnnotationAssignmentConstraint,AnyType,AttachedConstraint,Attribute,AttributeAssignment,BasisDatatype,BooleanType,CollectionElementVariable,Comment,Compound,CompoundAccessStatement,ConstantDecisionVariableDeclaration,Constraint,ConstraintType,ConstraintVariableConstraint,ContainableModelElement,Container,CustomDatatype,DecisionVariableDeclaration,DefaultConstraint,DelegatingType,DerivedDatatype,DotAttribute,Enum,EvaluationBlock,ExplicitTypeVariableDeclaration,FreezeBlock,FreezeVariableType,IntegerType,MetaType,OperationDefinition,OrderedEnum,PartialEvaluationBlock,ProjectDecisionVariableDeclaration,ProjectInterface,ProjectType,RealType,Reference,Sequence,Set,StringType,StructuredComment,StructuredDatatype,TypedConstraint,VersionType,VoidType
public interface IDatatypeVisitableDefines an element which can be visited by theIDatatypeVisitor.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(IDatatypeVisitor visitor)Accepts a specialized visitor for creating a textual representation of the identity of this type.
-
-
-
Method Detail
-
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
-
-