C# 클래스 While.AST.Sequences.VariableSequence

상속: Node
파일 보기 프로젝트 열기: einaregilsson/While-Language 1 사용 예제들

공개 메소드들

메소드 설명
AddVariable ( Variable v ) : void
Compile ( ILGenerator il ) : void

메소드 상세

AddVariable() 공개 메소드

public AddVariable ( Variable v ) : void
v Variable
리턴 void

Compile() 공개 메소드

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
리턴 void