C# Class Boo.BooLangService.Document.Origins.NullSourceOrigin

Used for tree nodes that don't have an origin in the source, the project is one example, keywords another. See: Null Object pattern.
Inheritance: ISourceOrigin
Show file Open project: jagregory/boolangstudio

Public Methods

Method Description
GetMembers ( bool isConstructor ) : List
ToTreeNode ( ) : IBooParseTreeNode

Method Details

GetMembers() public method

public GetMembers ( bool isConstructor ) : List
isConstructor bool
return List

ToTreeNode() public method

public ToTreeNode ( ) : IBooParseTreeNode
return IBooParseTreeNode