C# 클래스 Antlr4.Codegen.Model.Decl.Decl

상속: SrcOp
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ctx StructDecl
decl string
isLocal bool
name string

공개 메소드들

메소드 설명
Decl ( OutputModelFactory factory, string name )
Decl ( OutputModelFactory factory, string name, string decl )
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

Decl() 공개 메소드

public Decl ( OutputModelFactory factory, string name )
factory OutputModelFactory
name string

Decl() 공개 메소드

public Decl ( OutputModelFactory factory, string name, string decl )
factory OutputModelFactory
name string
decl string

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

ctx 공개적으로 프로퍼티

public StructDecl,Antlr4.Codegen.Model.Decl ctx
리턴 StructDecl

decl 공개적으로 프로퍼티

public string decl
리턴 string

isLocal 공개적으로 프로퍼티

public bool isLocal
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string