Uses of Interface
net.ssehub.easy.instantiation.core.model.expressions.Resolver.IContextType
-
Packages that use Resolver.IContextType Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of Resolver.IContextType in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement Resolver.IContextType Modifier and Type Class Description static classResolver.ContextTypeDefines the contexts for the VIL build language.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return Resolver.IContextType Modifier and Type Method Description protected Resolver.IContextTypeResolver. getDefaultType() -
Uses of Resolver.IContextType in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as Resolver.IContextType Modifier and Type Field Description private Resolver.IContextTypeResolver.Level. contextMethods in net.ssehub.easy.instantiation.core.model.expressions that return Resolver.IContextType Modifier and Type Method Description Resolver.IContextTypeResolver. getContextType()Returns the actual context type.Resolver.IContextTypeResolver.Level. getContextType()Returns the current context.protected abstract Resolver.IContextTypeResolver. getDefaultType()Returns the default type.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type Resolver.IContextType Modifier and Type Method Description voidResolver.Level. setContextType(Resolver.IContextType context)Defines the current context.voidResolver. setContextType(Resolver.IContextType context)Defines the actual context type.Constructors in net.ssehub.easy.instantiation.core.model.expressions with parameters of type Resolver.IContextType Constructor Description Level(Resolver.IContextType context)Creates a new level with a given context type. -
Uses of Resolver.IContextType in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement Resolver.IContextType Modifier and Type Class Description static classResolver.ContextTypeDefines the context types for the VIL template language.Methods in net.ssehub.easy.instantiation.core.model.templateModel that return Resolver.IContextType Modifier and Type Method Description protected Resolver.IContextTypeResolver. getDefaultType()
-