C# Class Tools.Precedence

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_next Precedence
m_prec int
m_type PrecType

Méthodes publiques

Méthode 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

Méthode Description
CheckType ( Precedence p, PrecType t, int d ) : int

Method Details

Check() public static méthode

public static Check ( CSymbol s, Production p, int d ) : int
s CSymbol
p Production
d int
Résultat int

Check() public static méthode

public static Check ( Precedence p, PrecType t, int d ) : int
p Precedence
t PrecType
d int
Résultat int

Check() public static méthode

public static Check ( Production p ) : void
p Production
Résultat void

Precedence() public méthode

public Precedence ( PrecType t, int p, Precedence next ) : System
t PrecType
p int
next Precedence
Résultat System

Property Details

m_next public_oe property

public Precedence,Tools m_next
Résultat Precedence

m_prec public_oe property

public int m_prec
Résultat int

m_type public_oe property

public PrecType m_type
Résultat PrecType