Uses of Class
net.ssehub.easy.varModel.model.IvmlDatatypeVisitor
-
Packages that use IvmlDatatypeVisitor Package Description net.ssehub.easy.varModel.model Base package for the variability model. -
-
Uses of IvmlDatatypeVisitor in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model with type parameters of type IvmlDatatypeVisitor Modifier and Type Field Description private static java.util.List<IvmlDatatypeVisitor>IvmlDatatypeVisitor. INSTANCESMethods in net.ssehub.easy.varModel.model that return IvmlDatatypeVisitor Modifier and Type Method Description static IvmlDatatypeVisitorIvmlDatatypeVisitor. getInstance(QualifiedNameMode mode)Obtains an instance.Methods in net.ssehub.easy.varModel.model with parameters of type IvmlDatatypeVisitor Modifier and Type Method Description static voidIvmlDatatypeVisitor. release(IvmlDatatypeVisitor visitor)Releases (and clears) a given visitor.
-