Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.RuleDescriptor
-
Packages that use RuleDescriptor Package Description de.uni_hildesheim.sse.buildLanguageTranslation net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of RuleDescriptor in de.uni_hildesheim.sse.buildLanguageTranslation
Fields in de.uni_hildesheim.sse.buildLanguageTranslation declared as RuleDescriptor Modifier and Type Field Description private RuleDescriptorRuleInfo. descriptorMethods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type RuleDescriptor Modifier and Type Method Description private voidAbstractModelTranslator.AbstractRuleTranslator. processRuleConditions(RuleDescriptor descriptor, de.uni_hildesheim.sse.vilBuildLanguage.RuleConditions cond)Processes optional rule pre/postconditions.private voidAbstractModelTranslator. resolveRuleExpressions(RuleDescriptor descriptor, Rule.Side side, org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.LogicalExpression> expressions)Resolves rule expressions.Constructors in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type RuleDescriptor Constructor Description RuleInfo(D ruleDecl, R rule, RuleDescriptor descriptor)Creates an information object. -
Uses of RuleDescriptor in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type RuleDescriptor Modifier and Type Method Description voidRule. setDescriptorInformation(RuleDescriptor descriptor)Sets the information from the given ruledescriptor.Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type RuleDescriptor Constructor Description Rule(java.lang.String name, boolean isProtected, VariableDeclaration[] parameters, RuleDescriptor descriptor, Script parent)Create a new rule with the given name.
-