C# Class Castle.MonoRail.Views.Brail.DslMacro.NameExpander

Inheritance: Boo.Lang.Compiler.Ast.DepthFirstTransformer
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
NameExpander ( ReferenceExpression reference ) : System
OnDeclaration ( Boo.Lang.Compiler.Ast.Declaration node ) : void
OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
OnReferenceExpression ( ReferenceExpression node ) : void

Private Methods

Méthode Description
RecordReferenceTypesToSkip ( Assembly asm ) : void
SplitTypeNameAndRecordReferenceToSkip ( Type type ) : void

Method Details

NameExpander() public méthode

public NameExpander ( ReferenceExpression reference ) : System
reference Boo.Lang.Compiler.Ast.ReferenceExpression
Résultat System

OnDeclaration() public méthode

public OnDeclaration ( Boo.Lang.Compiler.Ast.Declaration node ) : void
node Boo.Lang.Compiler.Ast.Declaration
Résultat void

OnForStatement() public méthode

public OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void
node Boo.Lang.Compiler.Ast.ForStatement
Résultat void

OnReferenceExpression() public méthode

public OnReferenceExpression ( ReferenceExpression node ) : void
node Boo.Lang.Compiler.Ast.ReferenceExpression
Résultat void