C# 클래스 Boo.Lang.Compiler.Ast.Block

파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Block block ) : void
Add ( Expression expression ) : void
Add ( Statement stmt ) : void
Block ( ) : System
Block ( LexicalInfo lexicalInfo ) : System
Clear ( ) : void
Insert ( int index, Expression expression ) : void
Insert ( int index, Statement stmt ) : void
ToBlock ( ) : Block

메소드 상세

Add() 공개 메소드

public Add ( Block block ) : void
block Block
리턴 void

Add() 공개 메소드

public Add ( Expression expression ) : void
expression Expression
리턴 void

Add() 공개 메소드

public Add ( Statement stmt ) : void
stmt Statement
리턴 void

Block() 공개 메소드

public Block ( ) : System
리턴 System

Block() 공개 메소드

public Block ( LexicalInfo lexicalInfo ) : System
lexicalInfo LexicalInfo
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( int index, Expression expression ) : void
index int
expression Expression
리턴 void

Insert() 공개 메소드

public Insert ( int index, Statement stmt ) : void
index int
stmt Statement
리턴 void

ToBlock() 공개 메소드

public ToBlock ( ) : Block
리턴 Block