C# Class CFGLib.Parsers.Earley.Pointer

Show file Open project: ellisonch/CFGLib

Public Properties

Property Type Description
Item System.Item
Label int

Public Methods

Method Description
Equals ( Object other ) : bool
GetHashCode ( ) : int
Pointer ( int label, System.Item item ) : System

Method Details

Equals() public method

public Equals ( Object other ) : bool
other Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Pointer() public method

public Pointer ( int label, System.Item item ) : System
label int
item System.Item
return System

Property Details

Item public property

public Item,System Item
return System.Item

Label public property

public int Label
return int