Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.CallExpression
-
Packages that use CallExpression 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.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.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of CallExpression in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of CallExpression in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classStrategyCallExpressionImplements a strategy call.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type CallExpression Modifier and Type Method Description java.lang.ObjectVariableFinder. visitCallExpression(CallExpression call) -
Uses of CallExpression in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.ruleMatch with parameters of type CallExpression Modifier and Type Method Description java.lang.ObjectMatchResolver. visitCallExpression(CallExpression call) -
Uses of CallExpression in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common that return CallExpression Modifier and Type Method Description CallExpressionResolver. createExtensionCallExpression(java.lang.String name, CallArgument... arguments)Creates an extension call expression to functions provided by extension types (seeIResolvableModel.getExtensionType(int)). -
Uses of CallExpression in net.ssehub.easy.instantiation.core.model.expressions
Subclasses of CallExpression in net.ssehub.easy.instantiation.core.model.expressions Modifier and Type Class Description classConstructorCallExpressionRepresents a constructor call.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type CallExpression Modifier and Type Method Description private voidExpressionWriter. printCallAccess(CallExpression call)Prints the call access operator.private voidExpressionWriter. printIteratorDeclarators(CallExpression call)Prints the iterator declarators if appropriate.private voidExpressionWriter. printName(CallExpression call)Prints the name of a call expression.java.lang.ObjectCopyVisitor. visitCallExpression(CallExpression call)java.lang.ObjectEvaluationVisitor. visitCallExpression(CallExpression call)java.lang.ObjectExpressionVersionRestrictionValidator. visitCallExpression(CallExpression call)java.lang.ObjectExpressionWriter. visitCallExpression(CallExpression call)java.lang.ObjectIExpressionVisitor. visitCallExpression(CallExpression call)Visits a call node. -
Uses of CallExpression in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type CallExpression Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitCallExpression(CallExpression call)java.lang.ObjectRuleTreeVilVisitor. visitCallExpression(CallExpression call)Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type CallExpression Constructor Description CallExpressionTreeNode(TreeNode parent, CallExpression elt)Implements an element tree node.
-