Uses of Class
net.ssehub.easy.instantiation.core.model.templateModel.Resolver.ContextType
-
Packages that use Resolver.ContextType Package Description net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of Resolver.ContextType in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel that return Resolver.ContextType Modifier and Type Method Description static Resolver.ContextTypeResolver.ContextType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Resolver.ContextType[]Resolver.ContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-