C# Class EsotericIDE.Brainfuck.CharNode

Inheritance: Node
ファイルを表示 Open project: Timwi/EsotericIDE

Public Methods

Method Description
CharNode ( char ch, Position pos ) : System.Collections.Generic
Execute ( BrainfuckEnv be ) : IEnumerable

Method Details

CharNode() public method

public CharNode ( char ch, Position pos ) : System.Collections.Generic
ch char
pos Position
return System.Collections.Generic

Execute() public method

public Execute ( BrainfuckEnv be ) : IEnumerable
be BrainfuckEnv
return IEnumerable