C# 클래스 Boo.BooLangService.Document.Nodes.AbstractTreeNode

상속: IBooParseTreeNode
파일 보기 프로젝트 열기: jagregory/boolangstudio

공개 메소드들

메소드 설명
ContainsLine ( int line ) : bool
GetIntellisenseDescription ( ) : string

보호된 메소드들

메소드 설명
AbstractTreeNode ( ISourceOrigin sourceOrigin ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetHighestChildEndLine ( ) : int

메소드 상세

AbstractTreeNode() 보호된 메소드

protected AbstractTreeNode ( ISourceOrigin sourceOrigin ) : System.Collections.Generic
sourceOrigin ISourceOrigin
리턴 System.Collections.Generic

ContainsLine() 공개 메소드

public ContainsLine ( int line ) : bool
line int
리턴 bool

GetIntellisenseDescription() 공개 메소드

public GetIntellisenseDescription ( ) : string
리턴 string