Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.CompositeExpression
-
Packages that use CompositeExpression 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.buildlangModel.ruleMatch Rule match expressions.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 CompositeExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type CompositeExpression Modifier and Type Method Description java.lang.ObjectVariableFinder. visitCompositeExpression(CompositeExpression ex) -
Uses of CompositeExpression in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch declared as CompositeExpression Modifier and Type Field Description private CompositeExpressionCompoundMatchExpression. exMethods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch that return CompositeExpression Modifier and Type Method Description CompositeExpressionCompoundMatchExpression. getCompositeExpression()Returns the text used for creating the expression.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type CompositeExpression Modifier and Type Method Description java.lang.ObjectMatchResolver. visitCompositeExpression(CompositeExpression ex)Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type CompositeExpression Constructor Description CompoundMatchExpression(CompositeExpression ex)Creates a path match expression. -
Uses of CompositeExpression in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions with type parameters of type CompositeExpression Modifier and Type Field Description private java.util.Stack<CompositeExpression>ExpressionWriter. compositeExpressionsMethods in net.ssehub.easy.instantiation.core.model.expressions that return CompositeExpression Modifier and Type Method Description protected CompositeExpressionStringResolver. createParseResult()protected CompositeExpressionStringResolver. resolveVariable(java.lang.String text)Handle variable.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type CompositeExpression Modifier and Type Method Description java.lang.ObjectCopyVisitor. visitCompositeExpression(CompositeExpression ex)java.lang.ObjectEvaluationVisitor. visitCompositeExpression(CompositeExpression ex)java.lang.ObjectExpressionVersionRestrictionValidator. visitCompositeExpression(CompositeExpression ex)java.lang.ObjectExpressionWriter. visitCompositeExpression(CompositeExpression ex)java.lang.ObjectIExpressionVisitor. visitCompositeExpression(CompositeExpression ex)Visits a composite expression. -
Uses of CompositeExpression in net.ssehub.easy.instantiation.core.model.templateModel
Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as CompositeExpression Modifier and Type Field Description private CompositeExpressionContentStatement. contentMethods in net.ssehub.easy.instantiation.core.model.templateModel that return CompositeExpression Modifier and Type Method Description CompositeExpressionContentStatement. getContent()Returns the content.Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type CompositeExpression Constructor Description ContentStatement(CompositeExpression content, java.lang.String terminal, Expression indentExpression, ContentStatement.LineEndType lineEndType, ILanguageElement parent)Creates a new content statement. -
Uses of CompositeExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type CompositeExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitCompositeExpression(CompositeExpression ex)java.lang.ObjectRuleTreeVilVisitor. visitCompositeExpression(CompositeExpression ex)
-