C# 클래스 Rhino.Ast.EmptyStatement

AST node for an empty statement.
AST node for an empty statement. Node type is Rhino.Token.EMPTY .

상속: AstNode
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
EmptyStatement ( ) : System.Text
EmptyStatement ( int pos ) : System.Text
EmptyStatement ( int pos, int len ) : System.Text
ToSource ( int depth ) : string
Visit ( NodeVisitor v ) : void

Visits this node.

Visits this node. There are no children.

메소드 상세

EmptyStatement() 공개 메소드

public EmptyStatement ( ) : System.Text
리턴 System.Text

EmptyStatement() 공개 메소드

public EmptyStatement ( int pos ) : System.Text
pos int
리턴 System.Text

EmptyStatement() 공개 메소드

public EmptyStatement ( int pos, int len ) : System.Text
pos int
len int
리턴 System.Text

ToSource() 공개 메소드

public ToSource ( int depth ) : string
depth int
리턴 string

Visit() 공개 메소드

Visits this node.
Visits this node. There are no children.
public Visit ( NodeVisitor v ) : void
v NodeVisitor
리턴 void