Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Antlr4
Tool
Attribute
C# Class Antlr4.Tool.Attribute
显示文件
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_oe property
public
string
decl
return
string
dict
public_oe property
public
AttributeDict,Antlr4.Tool
dict
return
AttributeDict
initValue
public_oe property
public
string
initValue
return
string
name
public_oe property
public
string
name
return
string
token
public_oe property
public
Antlr.Runtime.IToken
token
return
Antlr.Runtime.IToken
type
public_oe property
public
string
type
return
string