Antlr4.Tool.LabelElementPair.LabelElementPair C# (CSharp) Method

LabelElementPair() static private method

static private LabelElementPair ( ) : Antlr4.Parse
return Antlr4.Parse
        static LabelElementPair()
        {
            tokenTypeForTokens.Add(ANTLRParser.TOKEN_REF);
            tokenTypeForTokens.Add(ANTLRParser.STRING_LITERAL);
            tokenTypeForTokens.Add(ANTLRParser.WILDCARD);
        }

Same methods

LabelElementPair::LabelElementPair ( Grammar g, GrammarAST label, GrammarAST element, int labelOp ) : Antlr4.Parse