Calitha GOLD Parser Engine Documentation

EndState Class

A specific type of DFA state. When the current state of the DFA is an EndState, then it means the input so far can be a token.

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

System.Object
   com.calitha.goldparser.dfa.State
      com.calitha.goldparser.dfa.EndState

public class EndState : State

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.dfa

Assembly: GoldParserEngine (in GoldParserEngine.dll)

See Also

EndState Members | com.calitha.goldparser.dfa Namespace