GH_ParserSymbol Class

GH_ParserSymbol Class

Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.ExpressionsGH_ParserSymbol

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_ParserSymbol : IComparable<GH_ParserSymbol>
Public Class GH_ParserSymbol
	Implements IComparable(Of GH_ParserSymbol)

The GH_ParserSymbol type exposes the following members.

Constructors
  NameDescription
Public methodGH_ParserSymbol
Initializes a new instance of the GH_ParserSymbol class
Public methodGH_ParserSymbol(String, GH_ParserTokenClass, GH_ParserPrecedence)
Initializes a new instance of the GH_ParserSymbol class
Top
Methods
  NameDescription
Public methodCompareTo
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldm_class
Public fieldm_level
Public fieldm_token
Top
See Also