C# Class Antlr4.Tool.LabelElementPair

Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
element Antlr4.Tool.Ast.GrammarAST
label Antlr4.Tool.Ast.GrammarAST
tokenTypeForTokens Antlr.Runtime.BitSet
type LabelType

Méthodes publiques

Méthode Description
LabelElementPair ( Grammar g, GrammarAST label, GrammarAST element, int labelOp ) : Antlr4.Parse
ToString ( ) : string

Private Methods

Méthode Description
LabelElementPair ( ) : Antlr4.Parse

Method Details

LabelElementPair() public méthode

public LabelElementPair ( Grammar g, GrammarAST label, GrammarAST element, int labelOp ) : Antlr4.Parse
g Grammar
label Antlr4.Tool.Ast.GrammarAST
element Antlr4.Tool.Ast.GrammarAST
labelOp int
Résultat Antlr4.Parse

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

element public_oe property

public GrammarAST,Antlr4.Tool.Ast element
Résultat Antlr4.Tool.Ast.GrammarAST

label public_oe property

public GrammarAST,Antlr4.Tool.Ast label
Résultat Antlr4.Tool.Ast.GrammarAST

tokenTypeForTokens public_oe static_oe property

public static Antlr.Runtime.BitSet tokenTypeForTokens
Résultat Antlr.Runtime.BitSet

type public_oe property

public LabelType type
Résultat LabelType