C# Class Babel.Compiler.CharLiteralExpression

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

Protected Properties

Property Type Description
value char

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
CharLiteralExpression ( char value, Location location ) : System

Method Details

Accept() public method

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

CharLiteralExpression() public method

public CharLiteralExpression ( char value, Location location ) : System
value char
location Location
return System

Property Details

value protected_oe property

protected char value
return char