Calitha GOLD Parser Engine Documentation

StateStack Class

The stack of LALR states for the parser. It is used to store the current and previous states, which is usefull if a reduction occurs.

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

System.Object
   com.calitha.goldparser.StateStack

public class StateStack

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

Assembly: GoldParserEngine (in GoldParserEngine.dll)

See Also

StateStack Members | com.calitha.goldparser Namespace