C# Class Boo.Lang.Compiler.AbstractAstAttribute

Inheritance: AbstractCompilerComponent, IAstAttribute
Datei anzeigen Open project: boo/boo-lang

Protected Properties

Property Type Description
_attribute Boo.Lang.Compiler.Ast.Attribute

Public Methods

Method Description
Apply ( Boo targetNode ) : void

Protected Methods

Method Description
InvalidNodeForAttribute ( string expectedNodeTypes ) : void

Method Details

Apply() public abstract method

public abstract Apply ( Boo targetNode ) : void
targetNode Boo
return void

InvalidNodeForAttribute() protected method

protected InvalidNodeForAttribute ( string expectedNodeTypes ) : void
expectedNodeTypes string
return void

Property Details

_attribute protected_oe property

protected Boo.Lang.Compiler.Ast.Attribute _attribute
return Boo.Lang.Compiler.Ast.Attribute