C# Class Antlr3.Tool.Grammar.LabelElementPair

Afficher le fichier Open project: antlr/antlrcs Class Usage Examples

Méthodes publiques

Свойство Type Description
actionReferencesLabel bool
elementRef Antlr3.Tool.GrammarAST
label Antlr.Runtime.IToken
referencedRuleName string
type LabelType

Méthodes publiques

Méthode Description
GetReferencedRule ( ) : Antlr3.Tool.Rule
LabelElementPair ( Grammar outer, Antlr.Runtime.IToken label, Antlr3.Tool.GrammarAST elementRef ) : System.Collections.Generic
ToString ( ) : string

Method Details

GetReferencedRule() public méthode

public GetReferencedRule ( ) : Antlr3.Tool.Rule
Résultat Antlr3.Tool.Rule

LabelElementPair() public méthode

public LabelElementPair ( Grammar outer, Antlr.Runtime.IToken label, Antlr3.Tool.GrammarAST elementRef ) : System.Collections.Generic
outer Grammar
label Antlr.Runtime.IToken
elementRef Antlr3.Tool.GrammarAST
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

actionReferencesLabel public_oe property

public bool actionReferencesLabel
Résultat bool

elementRef public_oe property

public GrammarAST,Antlr3.Tool elementRef
Résultat Antlr3.Tool.GrammarAST

label public_oe property

public Antlr.Runtime.IToken label
Résultat Antlr.Runtime.IToken

referencedRuleName public_oe property

public string referencedRuleName
Résultat string

type public_oe property

public LabelType type
Résultat LabelType