C# Class Jint.Expressions.BlockStatement

Inheritance: Statement
Show file Open project: splhack/unity-jint Class Usage Examples

Public Methods

Method Description
BlockStatement ( ) : System
ReorderStatements ( ) : LinkedList

Private Methods

Method Description
Accept ( IStatementVisitor visitor ) : void

Method Details

BlockStatement() public method

public BlockStatement ( ) : System
return System

ReorderStatements() public method

public ReorderStatements ( ) : LinkedList
return LinkedList