Calitha GOLD Parser Engine Documentation

GotoAction Class

A GotoAction is an action that tells the LALR parser to go to a new state. A goto action happens after a reduction.

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

System.Object
   com.calitha.goldparser.lalr.Action
      com.calitha.goldparser.lalr.GotoAction

public class GotoAction : 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

GotoAction Members | com.calitha.goldparser.lalr Namespace