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

Inheritance: Tools.SYMBOL
Show file Open project: takayuki/opensim-pcproject Class Usage Examples

Public Properties

Property Type Description
hd Exp
tl ExpPair

Public Methods

Method Description
ExpPair ( Parser yyp ) : System
ExpPair ( Parser yyp, Exp hd, ExpPair tl ) : System

Method Details

ExpPair() public method

public ExpPair ( Parser yyp ) : System
yyp Tools.Parser
return System

ExpPair() public method

public ExpPair ( Parser yyp, Exp hd, ExpPair tl ) : System
yyp Tools.Parser
hd Exp
tl ExpPair
return System

Property Details

hd public property

public Exp,OpenSim.Region.OptionalModules.Scripting.PC.Compiler hd
return Exp

tl public property

public ExpPair,OpenSim.Region.OptionalModules.Scripting.PC.Compiler tl
return ExpPair