C# Class Babel.Compiler.DeclarationStatement

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

Protected Properties

Property Type Description
name string
typeSpecifier TypeSpecifier

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
DeclarationStatement ( string name, TypeSpecifier typeSpecifier, Location location ) : System

Method Details

Accept() public method

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

Clone() public method

public Clone ( ) : object
return object

DeclarationStatement() public method

public DeclarationStatement ( string name, TypeSpecifier typeSpecifier, Location location ) : System
name string
typeSpecifier TypeSpecifier
location Location
return System

Property Details

name protected_oe property

protected string name
return string

typeSpecifier protected_oe property

protected TypeSpecifier,Babel.Compiler typeSpecifier
return TypeSpecifier