C# Class LynnaLab.FileComponent

显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Protected Properties

Property Type Description
parser FileParser
spacing List

Public Methods

Method Description
FileComponent ( FileParser parser, IList spacing ) : System
GetSpacing ( int index ) : int
GetString ( ) : string
SetFileParser ( FileParser p ) : void
SetSpacing ( int index, int spaces ) : void

Protected Methods

Method Description
GetSpacingHelper ( int spaces ) : string
SetProject ( Project p ) : void

Method Details

FileComponent() public method

public FileComponent ( FileParser parser, IList spacing ) : System
parser FileParser
spacing IList
return System

GetSpacing() public method

public GetSpacing ( int index ) : int
index int
return int

GetSpacingHelper() protected static method

protected static GetSpacingHelper ( int spaces ) : string
spaces int
return string

GetString() public abstract method

public abstract GetString ( ) : string
return string

SetFileParser() public method

public SetFileParser ( FileParser p ) : void
p FileParser
return void

SetProject() protected method

protected SetProject ( Project p ) : void
p Project
return void

SetSpacing() public method

public SetSpacing ( int index, int spaces ) : void
index int
spaces int
return void

Property Details

parser protected_oe property

protected FileParser,LynnaLab parser
return FileParser

spacing protected_oe property

protected List spacing
return List