Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Babel
Compiler
SourceFile
C# 클래스 Babel.Compiler.SourceFile
상속:
CompositeNode
파일 보기
프로젝트 열기: shugo/babel
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
_namespace
string
importedNamespaces
System.Collections.ArrayList
공개 메소드들
메소드
설명
Accept
(
NodeVisitor
visitor
) :
void
ImportNamespace
(
string
ns
) :
void
SourceFile
( ) :
System
메소드 상세
Accept()
공개
메소드
public
Accept
(
NodeVisitor
visitor
) :
void
visitor
NodeVisitor
리턴
void
ImportNamespace()
공개
메소드
public
ImportNamespace
(
string
ns
) :
void
ns
string
리턴
void
SourceFile()
공개
메소드
public
SourceFile
( ) :
System
리턴
System
프로퍼티 상세
_namespace
보호되어 있는 프로퍼티
protected
string
_namespace
리턴
string
importedNamespaces
보호되어 있는 프로퍼티
protected
ArrayList,System.Collections
importedNamespaces
리턴
System.Collections.ArrayList