C# Class OpenSim.Region.OptionalModules.Scripting.PC.Compiler.ExpPair

Inheritance: Tools.SYMBOL
Afficher le fichier Open project: takayuki/opensim-pcproject Class Usage Examples

Méthodes publiques

Свойство Type Description
hd Exp
tl ExpPair

Méthodes publiques

Méthode Description
ExpPair ( Parser yyp ) : System
ExpPair ( Parser yyp, Exp hd, ExpPair tl ) : System

Method Details

ExpPair() public méthode

public ExpPair ( Parser yyp ) : System
yyp Tools.Parser
Résultat System

ExpPair() public méthode

public ExpPair ( Parser yyp, Exp hd, ExpPair tl ) : System
yyp Tools.Parser
hd Exp
tl ExpPair
Résultat System

Property Details

hd public_oe property

public Exp,OpenSim.Region.OptionalModules.Scripting.PC.Compiler hd
Résultat Exp

tl public_oe property

public ExpPair,OpenSim.Region.OptionalModules.Scripting.PC.Compiler tl
Résultat ExpPair