Uses of Interface
net.ssehub.easy.instantiation.core.model.expressions.ExpressionParserRegistry.ILanguage
-
Packages that use ExpressionParserRegistry.ILanguage 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 ExpressionParserRegistry.ILanguage in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel declared as ExpressionParserRegistry.ILanguage Modifier and Type Field Description static ExpressionParserRegistry.ILanguage<Resolver>BuildlangExecution. LANGUAGE -
Uses of ExpressionParserRegistry.ILanguage in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions with type parameters of type ExpressionParserRegistry.ILanguage Modifier and Type Field Description private static java.util.Map<ExpressionParserRegistry.ILanguage<?>,IExpressionParser<?>>ExpressionParserRegistry. expressionParsersMethods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type ExpressionParserRegistry.ILanguage Modifier and Type Method Description static <R extends Resolver<?>>
IExpressionParser<R>ExpressionParserRegistry. getExpressionParser(ExpressionParserRegistry.ILanguage<R> language)Returns the expression parser for a given language.static <R extends Resolver<?>>
voidExpressionParserRegistry. setExpressionParser(ExpressionParserRegistry.ILanguage<R> language, IExpressionParser<R> parser)Defines the expression parser for a language. -
Uses of ExpressionParserRegistry.ILanguage in net.ssehub.easy.instantiation.core.model.templateModel
Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as ExpressionParserRegistry.ILanguage Modifier and Type Field Description static ExpressionParserRegistry.ILanguage<Resolver>TemplateLangExecution. LANGUAGE
-