C# Class Babel.Compiler.FeatureModifier

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

Protected Properties

Property Type Description
name string
newModifier IncludeModifier
newName string

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
FeatureModifier ( string name, string newName, IncludeModifier newModifier, Location location ) : System

Method Details

Accept() public method

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

FeatureModifier() public method

public FeatureModifier ( string name, string newName, IncludeModifier newModifier, Location location ) : System
name string
newName string
newModifier IncludeModifier
location Location
return System

Property Details

name protected_oe property

protected string name
return string

newModifier protected_oe property

protected IncludeModifier newModifier
return IncludeModifier

newName protected_oe property

protected string newName
return string