C# Class NetDLX.Code.BuilderHandlerBase

Mostra file Open project: Slesa/Playground

Public Properties

Property Type Description
ReplaceSpacesRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
GetLinesFromSource ( string sourceCode ) : string[]
IsComment ( string line ) : bool
IsLabel ( string line ) : bool
NormalizeSpaces ( string source ) : string
SeparateLine ( string line ) : string[]

Method Details

GetLinesFromSource() public static method

public static GetLinesFromSource ( string sourceCode ) : string[]
sourceCode string
return string[]

IsComment() public static method

public static IsComment ( string line ) : bool
line string
return bool

IsLabel() public static method

public static IsLabel ( string line ) : bool
line string
return bool

NormalizeSpaces() public static method

public static NormalizeSpaces ( string source ) : string
source string
return string

SeparateLine() public static method

public static SeparateLine ( string line ) : string[]
line string
return string[]

Property Details

ReplaceSpacesRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions ReplaceSpacesRegex
return System.Text.RegularExpressions.Regex