OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Region.ScriptEngine.Shared.CodeTools.LSL2CSCodeTransformer Class Reference

Public Member Functions

 LSL2CSCodeTransformer (SYMBOL astRoot)
 Pass the new CodeTranformer an abstract syntax tree. More...
 
SYMBOL Transform ()
 Transform the code in the AST we have. More...
 

Detailed Description

Definition at line 36 of file LSL2CSCodeTransformer.cs.

Constructor & Destructor Documentation

OpenSim.Region.ScriptEngine.Shared.CodeTools.LSL2CSCodeTransformer.LSL2CSCodeTransformer ( SYMBOL  astRoot)
inline

Pass the new CodeTranformer an abstract syntax tree.

Parameters
astRootThe root node of the AST.

Definition at line 47 of file LSL2CSCodeTransformer.cs.

Member Function Documentation

SYMBOL OpenSim.Region.ScriptEngine.Shared.CodeTools.LSL2CSCodeTransformer.Transform ( )
inline

Transform the code in the AST we have.

Returns
The root node of the transformed AST

Definition at line 70 of file LSL2CSCodeTransformer.cs.


The documentation for this class was generated from the following file: