Calitha GOLD Parser Engine Documentation

Action Class

Abstract action class. All actions in a LALR must be inherited from this class.

For a list of all members of this type, see Action Members.

System.Object
   com.calitha.goldparser.lalr.Action
      com.calitha.goldparser.lalr.AcceptAction
      com.calitha.goldparser.lalr.GotoAction
      com.calitha.goldparser.lalr.ReduceAction
      com.calitha.goldparser.lalr.ShiftAction

public abstract class Action

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.calitha.goldparser.lalr

Assembly: GoldParserEngine (in GoldParserEngine.dll)

See Also

Action Members | com.calitha.goldparser.lalr Namespace