ActionCall Class |
Namespace: de.unika.ipd.grGen.libGr
public class ActionCall
The ActionCall type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionCall(IAction, Int32, Int32) |
Creates a new action call object, allocating an arguments buffer that allows to store argumentCount arguments.
| |
| ActionCall(IAction, Int32, Object) |
Creates a new action call object, taking over the given arguments (buffer) as arguments buffer.
|
| Name | Description | |
|---|---|---|
| Action |
The action to call.
| |
| Arguments |
Buffer to store the argument values for the action.
| |
| MaxMatches |
The maximum amount of matches to search for.
|