public static class ModalWffParser.OrContext extends ModalWffParser.WffContext
| Modifier and Type | Field and Description |
|---|---|
org.antlr.v4.runtime.Token |
op |
| Constructor and Description |
|---|
OrContext(ModalWffParser.WffContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
java.util.List<ModalWffParser.WffContext> |
wff() |
ModalWffParser.WffContext |
wff(int i) |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic OrContext(ModalWffParser.WffContext ctx)
public java.util.List<ModalWffParser.WffContext> wff()
public ModalWffParser.WffContext wff(int i)
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext