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

Inheritance: Exp
Mostrar archivo Open project: takayuki/opensim-pcproject

Public Properties

Property Type Description
val ExpPair

Public Methods

Method Description
ExpFun ( Parser yyp ) : System
ExpFun ( Parser yyp, ExpPair val ) : System
ToString ( ) : string

Method Details

ExpFun() public method

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

ExpFun() public method

public ExpFun ( Parser yyp, ExpPair val ) : System
yyp Parser
val ExpPair
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

val public_oe property

public ExpPair val
return ExpPair