C# Class Boo.BooLangService.Intellisense.EntityToTreeNodeConverter

Converts between the Boo Antlr entity nodes and our tree-node structure.
Datei anzeigen Open project: jagregory/boolangstudio Class Usage Examples

Public Methods

Method Description
ToTreeNode ( IEntity entity ) : IBooParseTreeNode

Private Methods

Method Description
ToTreeNode ( IMethod method ) : IBooParseTreeNode
ToTreeNode ( INamespace @namespace ) : IBooParseTreeNode
ToTreeNode ( IProperty property ) : IBooParseTreeNode
ToTreeNode ( IType type ) : IBooParseTreeNode

Method Details

ToTreeNode() public method

public ToTreeNode ( IEntity entity ) : IBooParseTreeNode
entity IEntity
return IBooParseTreeNode