C# Class Kecaknoah.Analyze.KecaknoahLocalAstNode

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

Public Methods

Method Description
ToDebugStringList ( ) : IReadOnlyList

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

Protected Methods

Method Description
KecaknoahLocalAstNode ( ) : System.Collections.Generic

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

Method Details

KecaknoahLocalAstNode() protected method

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

ToDebugStringList() public method

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