C# Class Babel.Compiler.NewExpression

Inheritance: Expression
Show file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
arguments TypedNodeList
constructor System.Reflection.ConstructorInfo
typeSpecifier TypeSpecifier

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
NewExpression ( Location location ) : System
NewExpression ( TypeSpecifier typeSpecifier, TypedNodeList arguments, Location location ) : System

Method Details

Accept() public method

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

NewExpression() public method

public NewExpression ( Location location ) : System
location Location
return System

NewExpression() public method

public NewExpression ( TypeSpecifier typeSpecifier, TypedNodeList arguments, Location location ) : System
typeSpecifier TypeSpecifier
arguments TypedNodeList
location Location
return System

Property Details

arguments protected property

protected TypedNodeList,Babel.Compiler arguments
return TypedNodeList

constructor protected property

protected ConstructorInfo,System.Reflection constructor
return System.Reflection.ConstructorInfo

typeSpecifier protected property

protected TypeSpecifier,Babel.Compiler typeSpecifier
return TypeSpecifier