C# Class Kecaknoah.Analyze.KecaknoahClassAstNode

クラスのノードです。
Inheritance: Kecaknoah.Analyze.KecaknoahAstNode
Afficher le fichier Open project: kb10uy/Kecaknoah Class Usage Examples

Méthodes publiques

Méthode Description
KecaknoahClassAstNode ( ) : System.Collections.Generic

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

ToDebugStringList ( ) : IReadOnlyList

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

Méthodes protégées

Méthode Description
AddFunctionNode ( KecaknoahFunctionAstNode node ) : void

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

AddLocalNode ( IEnumerable node ) : void

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

Method Details

AddFunctionNode() protected méthode

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

AddLocalNode() protected méthode

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

KecaknoahClassAstNode() public méthode

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

ToDebugStringList() public méthode

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