Uses of Class
net.ssehub.easy.varModel.model.datatypes.BaseTypeVisitor
-
Packages that use BaseTypeVisitor Package Description net.ssehub.easy.varModel.model.datatypes 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 BaseTypeVisitor Modifier and Type Field Description private static java.util.List<BaseTypeVisitor>BaseTypeVisitor. POOLMethods in net.ssehub.easy.varModel.model.datatypes that return BaseTypeVisitor Modifier and Type Method Description private static BaseTypeVisitorBaseTypeVisitor. getInstance(IDatatype type)Obtains an instance from the pool.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type BaseTypeVisitor Modifier and Type Method Description private static voidBaseTypeVisitor. releaseInstance(BaseTypeVisitor visitor)Releases an instance to the pool.
-