C# 클래스 EsotericIDE.Brainfuck.CharNode

상속: Node
파일 보기 프로젝트 열기: Timwi/EsotericIDE

공개 메소드들

메소드 설명
CharNode ( char ch, Position pos ) : System.Collections.Generic
Execute ( BrainfuckEnv be ) : IEnumerable

메소드 상세

CharNode() 공개 메소드

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

Execute() 공개 메소드

public Execute ( BrainfuckEnv be ) : IEnumerable
be BrainfuckEnv
리턴 IEnumerable