C# Class Babel.Compiler.IntLiteralExpression

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

Protected Properties

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

Méthodes publiques

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

Method Details

Accept() public méthode

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

IntLiteralExpression() public méthode

public IntLiteralExpression ( int value, Location location ) : System
value int
location Location
Résultat System

Property Details

value protected_oe property

protected int value
Résultat int