C# Class JSBasic.Compiler.Nodes.WhileStmtNode

Inheritance: GenericJsBasicNode
Afficher le fichier Open project: danielflower/JSBasic

Méthodes publiques

Méthode Description
GenerateJavaScript ( JSContext context, System textWriter ) : void
WhileStmtNode ( AstNodeArgs args ) : System

Method Details

GenerateJavaScript() public méthode

public GenerateJavaScript ( JSContext context, System textWriter ) : void
context JSContext
textWriter System
Résultat void

WhileStmtNode() public méthode

public WhileStmtNode ( AstNodeArgs args ) : System
args Irony.Compiler.AstNodeArgs
Résultat System