C# 클래스 Babel.Compiler.FeatureModifier

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

보호된 프로퍼티들

프로퍼티 타입 설명
name string
newModifier IncludeModifier
newName string

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
FeatureModifier ( string name, string newName, IncludeModifier newModifier, Location location ) : System

메소드 상세

Accept() 공개 메소드

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

FeatureModifier() 공개 메소드

public FeatureModifier ( string name, string newName, IncludeModifier newModifier, Location location ) : System
name string
newName string
newModifier IncludeModifier
location Location
리턴 System

프로퍼티 상세

name 보호되어 있는 프로퍼티

protected string name
리턴 string

newModifier 보호되어 있는 프로퍼티

protected IncludeModifier newModifier
리턴 IncludeModifier

newName 보호되어 있는 프로퍼티

protected string newName
리턴 string