C# Class Kirikiri.Tjs2.LocalNamespace

ファイルを表示 Open project: fantasydr/krkr-cs Class Usage Examples

Public Methods

Method Description
Add ( string name ) : void
Clear ( ) : void
Commit ( ) : void
Find ( string name ) : int
GetCount ( ) : int
GetLevel ( ) : int
GetMaxCount ( ) : int
GetTopSymbolList ( ) : LocalSymbolList
LocalNamespace ( ) : Kirikiri.Tjs2
Pop ( ) : void
Push ( ) : void
Remove ( string name ) : void
SetMaxCountWriter ( MaxCountWriter writer ) : void

Method Details

Add() public method

public Add ( string name ) : void
name string
return void

Clear() public method

public Clear ( ) : void
return void

Commit() public method

public Commit ( ) : void
return void

Find() public method

public Find ( string name ) : int
name string
return int

GetCount() public method

public GetCount ( ) : int
return int

GetLevel() public method

public GetLevel ( ) : int
return int

GetMaxCount() public method

public GetMaxCount ( ) : int
return int

GetTopSymbolList() public method

public GetTopSymbolList ( ) : LocalSymbolList
return LocalSymbolList

LocalNamespace() public method

public LocalNamespace ( ) : Kirikiri.Tjs2
return Kirikiri.Tjs2

Pop() public method

public Pop ( ) : void
return void

Push() public method

public Push ( ) : void
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

SetMaxCountWriter() public method

public SetMaxCountWriter ( MaxCountWriter writer ) : void
writer MaxCountWriter
return void