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
파일 보기 프로젝트 열기: danielflower/JSBasic 1 사용 예제들

공개 메소드들

메소드 설명
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