C# Class Babel.Compiler.BoolLiteralExpression

Inheritance: LiteralExpression
Mostra file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
value bool

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
BoolLiteralExpression ( bool value, Location location ) : System

Method Details

Accept() public method

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
return void

BoolLiteralExpression() public method

public BoolLiteralExpression ( bool value, Location location ) : System
value bool
location Location
return System

Property Details

value protected_oe property

protected bool value
return bool