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

Inheritance: SrcOp
Datei anzeigen 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_oe property

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

decl public_oe property

public string decl
return string

isLocal public_oe property

public bool isLocal
return bool

name public_oe property

public string name
return string