Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.LLParserGenerator.PGTerminalSet Class Reference

Extension methods for IPGTerminalSet. More...


Source file:

Remarks

Extension methods for IPGTerminalSet.

Static Public Member Functions

static IPGTerminalSet Subtract (this IPGTerminalSet @this, IPGTerminalSet other)
 
static IPGTerminalSet Union (this IPGTerminalSet @this, IPGTerminalSet other)
 
static IPGTerminalSet Intersection (this IPGTerminalSet @this, IPGTerminalSet other)
 
static IPGTerminalSet WithoutEOF (this IPGTerminalSet @this)
 
static bool Overlaps (this IPGTerminalSet @this, IPGTerminalSet other)
 
static bool IsSubsetOf (this IPGTerminalSet @this, IPGTerminalSet other)
 
static bool SlowEquals (this IPGTerminalSet @this, IPGTerminalSet other)