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

Inheritance: IBooParseTreeNode
Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
ContainsLine ( int line ) : bool
GetIntellisenseDescription ( ) : string

Méthodes protégées

Méthode Description
AbstractTreeNode ( ISourceOrigin sourceOrigin ) : System.Collections.Generic

Private Methods

Méthode Description
GetHighestChildEndLine ( ) : int

Method Details

AbstractTreeNode() protected méthode

protected AbstractTreeNode ( ISourceOrigin sourceOrigin ) : System.Collections.Generic
sourceOrigin ISourceOrigin
Résultat System.Collections.Generic

ContainsLine() public méthode

public ContainsLine ( int line ) : bool
line int
Résultat bool

GetIntellisenseDescription() public méthode

public GetIntellisenseDescription ( ) : string
Résultat string