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

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

Public Properties

Property Type Description
val string

Public Methods

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

Method Details

ExpStr() public method

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

ExpStr() public method

public ExpStr ( 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