Interface ParserRuleContextHandler<T extends org.antlr.v4.runtime.ParserRuleContext,​U>

  • Type Parameters:
    T - the generic ParserRuleContext
    U - the type to return after handling.

    public interface ParserRuleContextHandler<T extends org.antlr.v4.runtime.ParserRuleContext,​U>
    Generic base class for context handler implementations for the different grammar parsers.
    Author:
    nils.hoffmann