Package de.isas.lipidomics.palinom
Interface ParserRuleContextHandler<T extends org.antlr.v4.runtime.ParserRuleContext,U>
-
- Type Parameters:
T
- the genericParserRuleContext
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description U
handle(T t)
-