C# Class Tools.Precedence

Exibir arquivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
m_next Precedence
m_prec int
m_type PrecType

Public Methods

Method Description
Check ( CSymbol s, Production p, int d ) : int
Check ( Precedence p, PrecType t, int d ) : int
Check ( Production p ) : void
Precedence ( PrecType t, int p, Precedence next ) : System

Private Methods

Method Description
CheckType ( Precedence p, PrecType t, int d ) : int

Method Details

Check() public static method

public static Check ( CSymbol s, Production p, int d ) : int
s CSymbol
p Production
d int
return int

Check() public static method

public static Check ( Precedence p, PrecType t, int d ) : int
p Precedence
t PrecType
d int
return int

Check() public static method

public static Check ( Production p ) : void
p Production
return void

Precedence() public method

public Precedence ( PrecType t, int p, Precedence next ) : System
t PrecType
p int
next Precedence
return System

Property Details

m_next public_oe property

public Precedence,Tools m_next
return Precedence

m_prec public_oe property

public int m_prec
return int

m_type public_oe property

public PrecType m_type
return PrecType