C# Class NetDLX.Code.LabelBuilder

Inheritance: BuilderHandlerBase, IBuilderHandler
Show file Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
CanHandle ( string sourceLine ) : bool
Handle ( Program program, string sourceLine ) : string

Private Methods

Method Description
ExtractLabelName ( string &newLine, string line ) : string
ExtractLabelType ( string &newLine, string line ) : string
ExtractLabelValue ( string &newLine, string line ) : string

Method Details

CanHandle() public method

public CanHandle ( string sourceLine ) : bool
sourceLine string
return bool

Handle() public method

public Handle ( Program program, string sourceLine ) : string
program Program
sourceLine string
return string