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