C# Class Babel.Compiler.ParameterDeclaration

Inheritance: TypedNode, ICloneable
Show file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
builder System.Reflection.Emit.GenericTypeParameterBuilder
constrainingType TypeSpecifier
name string

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
ParameterDeclaration ( string name, TypeSpecifier constrainingType, 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

ParameterDeclaration() public method

public ParameterDeclaration ( string name, TypeSpecifier constrainingType, Location location ) : System
name string
constrainingType TypeSpecifier
location Location
return System

Property Details

builder protected property

protected GenericTypeParameterBuilder,System.Reflection.Emit builder
return System.Reflection.Emit.GenericTypeParameterBuilder

constrainingType protected property

protected TypeSpecifier,Babel.Compiler constrainingType
return TypeSpecifier

name protected property

protected string name
return string