C# 클래스 Babel.Compiler.NewExpression

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

보호된 프로퍼티들

프로퍼티 타입 설명
arguments TypedNodeList
constructor System.Reflection.ConstructorInfo
typeSpecifier TypeSpecifier

공개 메소드들

메소드 설명
Accept ( NodeVisitor visitor ) : void
NewExpression ( Location location ) : System
NewExpression ( TypeSpecifier typeSpecifier, TypedNodeList arguments, Location location ) : System

메소드 상세

Accept() 공개 메소드

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

NewExpression() 공개 메소드

public NewExpression ( Location location ) : System
location Location
리턴 System

NewExpression() 공개 메소드

public NewExpression ( TypeSpecifier typeSpecifier, TypedNodeList arguments, Location location ) : System
typeSpecifier TypeSpecifier
arguments TypedNodeList
location Location
리턴 System

프로퍼티 상세

arguments 보호되어 있는 프로퍼티

protected TypedNodeList,Babel.Compiler arguments
리턴 TypedNodeList

constructor 보호되어 있는 프로퍼티

protected ConstructorInfo,System.Reflection constructor
리턴 System.Reflection.ConstructorInfo

typeSpecifier 보호되어 있는 프로퍼티

protected TypeSpecifier,Babel.Compiler typeSpecifier
리턴 TypeSpecifier