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