module antlr.v4.runtime.InterfaceParser;

import antlr.v4.runtime.RuleContext;

// Interface InterfaceParser
/**
 * TODO add interface description
 */
interface InterfaceParser
{

    public string[] getRuleInvocationStack(RuleContext ruleContext);

}