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

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

Méthodes publiques

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

Private Methods

Méthode Description
ConvertEntitiesToSourceOrigins ( List members ) : List

Method Details

EntitySourceOrigin() public méthode

public EntitySourceOrigin ( IEntity entity ) : System.Collections.Generic
entity IEntity
Résultat System.Collections.Generic

GetMembers() public méthode

public GetMembers ( bool constructor ) : List
constructor bool
Résultat List

ToTreeNode() public méthode

public ToTreeNode ( ) : IBooParseTreeNode
Résultat IBooParseTreeNode