C# Class Boo.BooLangService.Document.Nodes.AbstractTreeNode

Inheritance: IBooParseTreeNode
Show file Open project: jagregory/boolangstudio

Public Methods

Method Description
ContainsLine ( int line ) : bool
GetIntellisenseDescription ( ) : string

Protected Methods

Method Description
AbstractTreeNode ( ISourceOrigin sourceOrigin ) : System.Collections.Generic

Private Methods

Method Description
GetHighestChildEndLine ( ) : int

Method Details

AbstractTreeNode() protected method

protected AbstractTreeNode ( ISourceOrigin sourceOrigin ) : System.Collections.Generic
sourceOrigin ISourceOrigin
return System.Collections.Generic

ContainsLine() public method

public ContainsLine ( int line ) : bool
line int
return bool

GetIntellisenseDescription() public method

public GetIntellisenseDescription ( ) : string
return string