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

Inheritance: Exp
显示文件 Open project: takayuki/opensim-pcproject

Public Properties

Property Type Description
val string

Public Methods

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

Method Details

ExpSym() public method

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

ExpSym() public method

public ExpSym ( Parser yyp, string val ) : System
yyp Tools.Parser
val string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

val public_oe property

public string val
return string