C# 클래스 Babel.Compiler.TypeSpecifier

상속: TypedNode
파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null TypeSpecifier

보호된 프로퍼티들

프로퍼티 타입 설명
kind TypeKind
name string
typeParameters TypedNodeList

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
ToString ( ) : string
TypeSpecifier ( string name, TypeKind kind, Location location ) : System
TypeSpecifier ( string name, TypeKind kind, TypedNodeList typeParameters, Location location ) : System

비공개 메소드들

메소드 설명
TypeSpecifier ( ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypeSpecifier() 공개 메소드

public TypeSpecifier ( string name, TypeKind kind, Location location ) : System
name string
kind TypeKind
location Location
리턴 System

TypeSpecifier() 공개 메소드

public TypeSpecifier ( string name, TypeKind kind, TypedNodeList typeParameters, Location location ) : System
name string
kind TypeKind
typeParameters TypedNodeList
location Location
리턴 System

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static TypeSpecifier,Babel.Compiler Null
리턴 TypeSpecifier

kind 보호되어 있는 프로퍼티

protected TypeKind kind
리턴 TypeKind

name 보호되어 있는 프로퍼티

protected string name
리턴 string

typeParameters 보호되어 있는 프로퍼티

protected TypedNodeList,Babel.Compiler typeParameters
리턴 TypedNodeList