C# Class Rhino.Ast.EmptyStatement

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

Inheritance: AstNode
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
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.

Method Details

EmptyStatement() public méthode

public EmptyStatement ( ) : System.Text
Résultat System.Text

EmptyStatement() public méthode

public EmptyStatement ( int pos ) : System.Text
pos int
Résultat System.Text

EmptyStatement() public méthode

public EmptyStatement ( int pos, int len ) : System.Text
pos int
len int
Résultat System.Text

ToSource() public méthode

public ToSource ( int depth ) : string
depth int
Résultat string

Visit() public méthode

Visits this node.
Visits this node. There are no children.
public Visit ( NodeVisitor v ) : void
v NodeVisitor
Résultat void