 | SequenceRuleCallInterpreted Constructor (IAction, ListSequenceExpression, ListSequenceVariable, SequenceVariable, Boolean, Boolean, Boolean) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic SequenceRuleCallInterpreted(
IAction action,
List<SequenceExpression> argExprs,
List<SequenceVariable> returnVars,
SequenceVariable subgraph,
bool special,
bool test,
bool isRuleForMultiRuleAllCallReturningArrays
)
Parameters
- action
- Type: de.unika.ipd.grGen.libGrIAction
- argExprs
- Type: System.Collections.GenericListSequenceExpression
- returnVars
- Type: System.Collections.GenericListSequenceVariable
- subgraph
- Type: de.unika.ipd.grGen.libGrSequenceVariable
- special
- Type: SystemBoolean
- test
- Type: SystemBoolean
- isRuleForMultiRuleAllCallReturningArrays
- Type: SystemBoolean
See Also