C# Class Antlr4.Tool.LabelElementPair

Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
element Antlr4.Tool.Ast.GrammarAST
label Antlr4.Tool.Ast.GrammarAST
tokenTypeForTokens Antlr.Runtime.BitSet
type LabelType

Public Methods

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

Private Methods

Method Description
LabelElementPair ( ) : Antlr4.Parse

Method Details

LabelElementPair() public method

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
return Antlr4.Parse

ToString() public method

public ToString ( ) : string
return string

Property Details

element public_oe property

public GrammarAST,Antlr4.Tool.Ast element
return Antlr4.Tool.Ast.GrammarAST

label public_oe property

public GrammarAST,Antlr4.Tool.Ast label
return Antlr4.Tool.Ast.GrammarAST

tokenTypeForTokens public_oe static_oe property

public static Antlr.Runtime.BitSet tokenTypeForTokens
return Antlr.Runtime.BitSet

type public_oe property

public LabelType type
return LabelType