Enhanced C#
Language of your choice: library documentation
|
Represents a location in a grammar: a predicate and a "return stack" which is a so-called persistent singly-linked list. This type is used within Transition. More...
Represents a location in a grammar: a predicate and a "return stack" which is a so-called persistent singly-linked list. This type is used within Transition.
Public fields | |
readonly Pred | Pred |
readonly GrammarPos | Return |
readonly bool | InFollowSet |
Properties | |
bool | InsideOtherRule [get] |
Public Member Functions | |
GrammarPos (Pred pred, GrammarPos @return, bool inFollowSet=false) | |
GrammarPos (Pred pred, bool inFollowSet) | |
override string | ToString () |
bool | Equals (GrammarPos other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | Equals (GrammarPos a, GrammarPos b) |