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

상속: Decl
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetArgType ( ) : string
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
ContextGetterDecl ( OutputModelFactory factory, string name ) : Antlr4.Runtime.Misc

메소드 상세

ContextGetterDecl() 보호된 메소드

protected ContextGetterDecl ( OutputModelFactory factory, string name ) : Antlr4.Runtime.Misc
factory OutputModelFactory
name string
리턴 Antlr4.Runtime.Misc

Equals() 공개 메소드

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

GetArgType() 공개 메소드

public GetArgType ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int