C# Class Antlr4.Tool.Attribute

Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
decl string
dict AttributeDict
initValue string
name string
token Antlr.Runtime.IToken
type string

Public Methods

Method Description
Attribute ( )
Attribute ( string name )
Attribute ( string name, string decl )
ToString ( ) : string

Method Details

Attribute() public method

public Attribute ( )

Attribute() public method

public Attribute ( string name )
name string

Attribute() public method

public Attribute ( string name, string decl )
name string
decl string

ToString() public method

public ToString ( ) : string
return string

Property Details

decl public property

public string decl
return string

dict public property

public AttributeDict,Antlr4.Tool dict
return AttributeDict

initValue public property

public string initValue
return string

name public property

public string name
return string

token public property

public Antlr.Runtime.IToken token
return Antlr.Runtime.IToken

type public property

public string type
return string