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

Represents any kind of declaration whom was found in an IEntity from the boo parser.
Inheritance: ISourceOrigin
Show file Open project: jagregory/boolangstudio

Public Methods

Method Description
EntitySourceOrigin ( IEntity entity ) : System.Collections.Generic
GetMembers ( bool constructor ) : List
ToTreeNode ( ) : IBooParseTreeNode

Private Methods

Method Description
ConvertEntitiesToSourceOrigins ( List members ) : List

Method Details

EntitySourceOrigin() public method

public EntitySourceOrigin ( IEntity entity ) : System.Collections.Generic
entity IEntity
return System.Collections.Generic

GetMembers() public method

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

ToTreeNode() public method

public ToTreeNode ( ) : IBooParseTreeNode
return IBooParseTreeNode