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

Inheritance: Exp
ファイルを表示 Open project: takayuki/opensim-pcproject

Public Properties

Property Type Description
val bool

Public Methods

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

Method Details

ExpBool() public method

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

ExpBool() public method

public ExpBool ( Parser yyp, bool val ) : System
yyp Tools.Parser
val bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

val public_oe property

public bool val
return bool