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
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes protégées

Méthode Description
VisitCall ( Node node, ScriptNode tree ) : void
VisitNew ( Node node, ScriptNode tree ) : void

Private Methods

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

Method Details

VisitCall() protected méthode

protected VisitCall ( Node node, ScriptNode tree ) : void
node Node
tree Rhino.Ast.ScriptNode
Résultat void

VisitNew() protected méthode

protected VisitNew ( Node node, ScriptNode tree ) : void
node Node
tree Rhino.Ast.ScriptNode
Résultat void