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

Inheritance: SrcOp
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
ctx StructDecl
decl string
isLocal bool
name string

Public Methods

Method Description
Decl ( OutputModelFactory factory, string name )
Decl ( OutputModelFactory factory, string name, string decl )
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Decl() public method

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

Decl() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

ctx public property

public StructDecl,Antlr4.Codegen.Model.Decl ctx
return StructDecl

decl public property

public string decl
return string

isLocal public property

public bool isLocal
return bool

name public property

public string name
return string