Calitha GOLD Parser Engine Documentation

ActionFactory.CreateAction Method 

Creates a new action by specifying the needed information.

public static Action CreateAction(
   ActionSubRecord record,
   StateCollection states,
   SymbolCollection symbols,
   RuleCollection rules
);

Parameters

record
A part of the LALR record from the file content.
states
The LALR states.
symbols
The symbols.
rules
The rules.

Return Value

A new action object.

See Also

ActionFactory Class | com.calitha.goldparser.lalr Namespace