C# Class YAMP.Keyword

Abstract base class of scripting keywords.
Inheritance: Expression
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
Keyword ( string keyword )

Creates a new keyword instance.

RegisterElement ( IElementMapping elementMapping ) : void

Registers the element at the factory.

Method Details

Keyword() public method

Creates a new keyword instance.
public Keyword ( string keyword )
keyword string The keyword to use (token).

RegisterElement() public method

Registers the element at the factory.
public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
return void