C# Class Antlr4.Codegen.Model.Decl.ContextGetterDecl

Inheritance: Decl
Datei anzeigen Open project: sharwell/antlr4cs

Public Methods

Method Description
Equals ( object obj ) : bool
GetArgType ( ) : string
GetHashCode ( ) : int

Protected Methods

Method Description
ContextGetterDecl ( OutputModelFactory factory, string name ) : Antlr4.Runtime.Misc

Method Details

ContextGetterDecl() protected method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetArgType() public method

public GetArgType ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int