Calitha GOLD Parser Engine Documentation

Token Class

Abstract class representing both terminal and nonterminal tokens.

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

System.Object
   com.calitha.goldparser.Token
      com.calitha.goldparser.NonterminalToken
      com.calitha.goldparser.TerminalToken

public abstract class Token

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

Token Members | com.calitha.goldparser Namespace