Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.Resolver.ContextType
-
Packages that use Resolver.ContextType Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of Resolver.ContextType in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel 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.
-