ExpressionsGrammar.Primary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. TParseTree Primary(TParseTree p)
    struct ExpressionsGrammar(alias Variable = identifier)
    static
    TParseTree
    Primary
    (
    TParseTree p
    )
  2. TParseTree Primary(string s)
  3. string Primary(GetName g)

Meta