C# 클래스 Boo.BooLangService.Document.Origins.EntitySourceOrigin

Represents any kind of declaration whom was found in an IEntity from the boo parser.
상속: ISourceOrigin
파일 보기 프로젝트 열기: jagregory/boolangstudio

공개 메소드들

메소드 설명
EntitySourceOrigin ( IEntity entity ) : System.Collections.Generic
GetMembers ( bool constructor ) : List
ToTreeNode ( ) : IBooParseTreeNode

비공개 메소드들

메소드 설명
ConvertEntitiesToSourceOrigins ( List members ) : List

메소드 상세

EntitySourceOrigin() 공개 메소드

public EntitySourceOrigin ( IEntity entity ) : System.Collections.Generic
entity IEntity
리턴 System.Collections.Generic

GetMembers() 공개 메소드

public GetMembers ( bool constructor ) : List
constructor bool
리턴 List

ToTreeNode() 공개 메소드

public ToTreeNode ( ) : IBooParseTreeNode
리턴 IBooParseTreeNode