Uses of Interface
net.ssehub.easy.instantiation.core.model.expressions.IStringParserFactory
-
Packages that use IStringParserFactory Package Description 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 IStringParserFactory in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as IStringParserFactory Modifier and Type Field Description private IStringParserFactory<I>StringParser. factoryMethods in net.ssehub.easy.instantiation.core.model.expressions that return IStringParserFactory Modifier and Type Method Description protected IStringParserFactory<I>StringParser. getFactory()Returns the resolver factory.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type IStringParserFactory Modifier and Type Method Description protected abstract ExpressionInPlaceCommand. close(IStringParserFactory<I> factory)Closes this in-place command by creating the real expression.protected ExpressionInPlaceForCommand. close(IStringParserFactory<I> factory)protected ExpressionInPlaceIfCommand. close(IStringParserFactory<I> factory)protected ExpressionInPlaceImportCommand. close(IStringParserFactory<I> factory)protected ExpressionInPlaceVarDeclCommand. close(IStringParserFactory<I> factory)static <I extends VariableDeclaration,R extends Resolver<I>>
java.lang.StringStringReplacer. substitute(java.lang.String text, R resolver, IExpressionParser<R> expressionParser, IExpressionVisitor expressionEvaluator, IStringParserFactory<I> factory)Substitutes the variable and expression placeholders intext.static <I extends VariableDeclaration,R extends Resolver<I>,E extends ExpressionStatement>
ExpressionStringResolver. substitute(java.lang.String text, R resolver, StringResolver.IExpressionTranslator<I,R> translator, java.lang.StringBuilder warnings, IStringParserFactory<I> factory)Substitutes a given text and returns a CompositeExpression.Constructors in net.ssehub.easy.instantiation.core.model.expressions with parameters of type IStringParserFactory Constructor Description StringParser(java.lang.String text, R resolver, IStringParserFactory<I> factory)Creates a string parser instance for the given text.StringReplacer(java.lang.String text, R resolver, IExpressionParser<R> expressionParser, IExpressionVisitor expressionEvaluator, IStringParserFactory<I> factory)Creates a replacer instance.StringResolver(java.lang.String text, R resolver, StringResolver.IExpressionTranslator<I,R> translator, java.lang.StringBuilder warnings, IStringParserFactory<I> factory)Creates a replacer instance. -
Uses of IStringParserFactory in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement IStringParserFactory Modifier and Type Class Description classStringReplacerFactoryAn extended template language string resolver factory.classStringResolverFactoryThe default template language string resolver factory.
-