C# Class Babel.Compiler.CharLiteralExpression

Inheritance: LiteralExpression
Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
value char

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
CharLiteralExpression ( char value, Location location ) : System

Method Details

Accept() public méthode

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
Résultat void

CharLiteralExpression() public méthode

public CharLiteralExpression ( char value, Location location ) : System
value char
location Location
Résultat System

Property Details

value protected_oe property

protected char value
Résultat char