Uses of Class
net.ssehub.easy.varModel.model.datatypes.BaseTypeVisitor
Packages that use BaseTypeVisitor
Package
Description
Base directory for the main datatype classes.
-
Uses of BaseTypeVisitor in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes with type parameters of type BaseTypeVisitorMethods in net.ssehub.easy.varModel.model.datatypes that return BaseTypeVisitorModifier and TypeMethodDescriptionprivate static final BaseTypeVisitorBaseTypeVisitor.getInstance(IDatatype type) Obtains an instance from the pool.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type BaseTypeVisitorModifier and TypeMethodDescriptionprivate static final voidBaseTypeVisitor.releaseInstance(BaseTypeVisitor visitor) Releases an instance to the pool.