C# Класс JSBasic.Compiler.Nodes.GenericJsBasicNode

The base-class for all the AST nodes in JSBasic. This is useful only to hold a reference to all the Children, so that the AST tree can be traversed easily using an iterator.
Наследование: AstNode, IJSBasicNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateJavaScript ( JSContext context, System textWriter ) : void
GenericJsBasicNode ( AstNodeArgs args ) : System

Описание методов

GenerateJavaScript() публичный Метод

public GenerateJavaScript ( JSContext context, System textWriter ) : void
context JSContext
textWriter System
Результат void

GenericJsBasicNode() публичный Метод

public GenericJsBasicNode ( AstNodeArgs args ) : System
args Irony.Compiler.AstNodeArgs
Результат System