C# Class JSBasic.Compiler.Nodes.PrintStmtNode

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

Méthodes publiques

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

Method Details

GenerateJavaScript() public méthode

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

PrintStmtNode() public méthode

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