C# Class Boo.Lang.Compiler.AbstractAstAttribute

Inheritance: AbstractCompilerComponent, IAstAttribute
Afficher le fichier Open project: boo/boo-lang

Protected Properties

Свойство Type Description
_attribute Boo.Lang.Compiler.Ast.Attribute

Méthodes publiques

Méthode Description
Apply ( Boo targetNode ) : void

Méthodes protégées

Méthode Description
InvalidNodeForAttribute ( string expectedNodeTypes ) : void

Method Details

Apply() public abstract méthode

public abstract Apply ( Boo targetNode ) : void
targetNode Boo
Résultat void

InvalidNodeForAttribute() protected méthode

protected InvalidNodeForAttribute ( string expectedNodeTypes ) : void
expectedNodeTypes string
Résultat void

Property Details

_attribute protected_oe property

protected Boo.Lang.Compiler.Ast.Attribute _attribute
Résultat Boo.Lang.Compiler.Ast.Attribute