C# Class Babel.Compiler.IntLiteralExpression

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

Protected Properties

Property Type Description
value int

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
IntLiteralExpression ( int value, Location location ) : System

Method Details

Accept() public method

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

IntLiteralExpression() public method

public IntLiteralExpression ( int value, Location location ) : System
value int
location Location
return System

Property Details

value protected_oe property

protected int value
return int