Enhanced C#
Language of your choice: library documentation
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)