module antlr.v4.runtime.InterfaceRuleContext; /** * TODO add interface description */ interface InterfaceRuleContext { public int getRuleIndex(); public InterfaceRuleContext getParent(); }