Uses of Class
net.ssehub.easy.instantiation.core.model.common.ExpressionStatement
-
Packages that use ExpressionStatement Package Description de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.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.common Implements the common language elements.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.net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of ExpressionStatement in de.uni_hildesheim.sse.vil.expressions.translation
Classes in de.uni_hildesheim.sse.vil.expressions.translation with type parameters of type ExpressionStatement Modifier and Type Class Description classExpressionTranslator<I extends VariableDeclaration,R extends Resolver<I>,E extends ExpressionStatement>Implements the translation from the expression DSL to the expression model in the instantiator core.classModelTranslator<M extends IModel,I extends VariableDeclaration,R extends Resolver<I>,S extends ExpressionStatement,E extends ExpressionTranslator<I,R,S>>A reusable model translator. -
Uses of ExpressionStatement in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of ExpressionStatement in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classExpressionStatementRepresents a statement which contains just of an expression.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type ExpressionStatement Modifier and Type Method Description protected booleanBuildlangWriter. endsWithSemicolon(ExpressionStatement statement)Returns whether the given statement ends with a semicolon.java.lang.ObjectExpressionCopyVisitor. visitExpressionStatement(ExpressionStatement statement)java.lang.ObjectExpressionVersionRestrictionValidator. visitExpressionStatement(ExpressionStatement statement)java.lang.ObjectVariableFinder. visitExpressionStatement(ExpressionStatement statement) -
Uses of ExpressionStatement in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type ExpressionStatement Modifier and Type Method Description protected booleanWriterVisitor. endsWithSemicolon(ExpressionStatement statement)Returns whether the given statement ends with a semicolon.java.lang.ObjectExecutionVisitor. visitExpressionStatement(ExpressionStatement statement)java.lang.ObjectIVisitor. visitExpressionStatement(ExpressionStatement statement)Visits a statement.java.lang.ObjectWriterVisitor. visitExpressionStatement(ExpressionStatement statement) -
Uses of ExpressionStatement in net.ssehub.easy.instantiation.core.model.expressions
Classes in net.ssehub.easy.instantiation.core.model.expressions with type parameters of type ExpressionStatement Modifier and Type Class Description classStringResolver<I extends VariableDeclaration,R extends Resolver<I>,E extends ExpressionStatement>StringResolver to resolve variables and expressions on compiling.Methods in net.ssehub.easy.instantiation.core.model.expressions with type parameters of type ExpressionStatement Modifier and Type Method Description 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. -
Uses of ExpressionStatement in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of ExpressionStatement in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classExpressionStatementRepresents a statement which contains just of an expression.Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type ExpressionStatement Modifier and Type Method Description java.lang.ObjectExpressionCopyVisitor. visitExpressionStatement(ExpressionStatement statement)java.lang.ObjectExpressionVersionRestrictionValidator. visitExpressionStatement(ExpressionStatement statement) -
Uses of ExpressionStatement in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type ExpressionStatement Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitExpressionStatement(ExpressionStatement statement)java.lang.ObjectRuleTreeVilVisitor. visitExpressionStatement(ExpressionStatement statement)
-