C# Class Rhino.Optimizer.OptTransformer

This class performs node transforms to prepare for optimization.
This class performs node transforms to prepare for optimization.
Inheritance: Rhino.NodeTransformer
Datei anzeigen Open project: hazzik/Rhino.Net Class Usage Examples

Protected Methods

Method Description
VisitCall ( Node node, ScriptNode tree ) : void
VisitNew ( Node node, ScriptNode tree ) : void

Private Methods

Method Description
DetectDirectCall ( Node node, ScriptNode tree ) : void
OptTransformer ( OptFunctionNode>.IDictionary possibleDirectCalls, ObjArray directCallTargets ) : System.Collections.Generic

Method Details

VisitCall() protected method

protected VisitCall ( Node node, ScriptNode tree ) : void
node Node
tree Rhino.Ast.ScriptNode
return void

VisitNew() protected method

protected VisitNew ( Node node, ScriptNode tree ) : void
node Node
tree Rhino.Ast.ScriptNode
return void