C# Class FlatRedBall.Glue.Parsing.ParsedFile

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ParsedFile ( ) : System
ParsedFile ( string fileToParse ) : System
ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System
SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void

Private Methods

Method Description
GetClosingBracketOfNamespace ( string fileContents ) : int

Method Details

ParsedFile() public method

public ParsedFile ( ) : System
return System

ParsedFile() public method

public ParsedFile ( string fileToParse ) : System
fileToParse string
return System

ParsedFile() public method

public ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System
fileToParse string
removeComments bool
trimClassContents bool
return System

SetFromContents() public method

public SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void
contents string
removeComments bool
trimClassContents bool
return void