C# Class Kecaknoah.Analyze.KecaknoahClassAstNode

クラスのノードです。
Inheritance: Kecaknoah.Analyze.KecaknoahAstNode
显示文件 Open project: kb10uy/Kecaknoah Class Usage Examples

Public Methods

Method Description
KecaknoahClassAstNode ( ) : System.Collections.Generic

インスタンスを初期化します。

ToDebugStringList ( ) : IReadOnlyList

現在のオブジェクトを表す文字列を返します。

Protected Methods

Method Description
AddFunctionNode ( KecaknoahFunctionAstNode node ) : void

メソッドのノードを追加します。

AddLocalNode ( IEnumerable node ) : void

local宣言のノードを追加します。

Method Details

AddFunctionNode() protected method

メソッドのノードを追加します。
protected AddFunctionNode ( KecaknoahFunctionAstNode node ) : void
node KecaknoahFunctionAstNode メソッドノード
return void

AddLocalNode() protected method

local宣言のノードを追加します。
protected AddLocalNode ( IEnumerable node ) : void
node IEnumerable localノード
return void

KecaknoahClassAstNode() public method

インスタンスを初期化します。
public KecaknoahClassAstNode ( ) : System.Collections.Generic
return System.Collections.Generic

ToDebugStringList() public method

現在のオブジェクトを表す文字列を返します。
public ToDebugStringList ( ) : IReadOnlyList
return IReadOnlyList