Package org.eolang.parser
Class ProgramParser.ObjectContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.eolang.parser.ProgramParser.ObjectContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- ProgramParser
public static class ProgramParser.ObjectContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ObjectContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgramParser.AbstractionContextabstraction()ProgramParser.ApplicationContextapplication()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)List<org.antlr.v4.runtime.tree.TerminalNode>EOL()org.antlr.v4.runtime.tree.TerminalNodeEOL(int i)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()List<ProgramParser.HtailContext>htail()ProgramParser.HtailContexthtail(int i)List<ProgramParser.MethodContext>method()ProgramParser.MethodContextmethod(int i)List<ProgramParser.SuffixContext>suffix()ProgramParser.SuffixContextsuffix(int i)List<ProgramParser.TailContext>tail()ProgramParser.TailContexttail(int i)-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
abstraction
public ProgramParser.AbstractionContext abstraction()
-
application
public ProgramParser.ApplicationContext application()
-
tail
public List<ProgramParser.TailContext> tail()
-
tail
public ProgramParser.TailContext tail(int i)
-
EOL
public List<org.antlr.v4.runtime.tree.TerminalNode> EOL()
-
EOL
public org.antlr.v4.runtime.tree.TerminalNode EOL(int i)
-
method
public List<ProgramParser.MethodContext> method()
-
method
public ProgramParser.MethodContext method(int i)
-
htail
public List<ProgramParser.HtailContext> htail()
-
htail
public ProgramParser.HtailContext htail(int i)
-
suffix
public List<ProgramParser.SuffixContext> suffix()
-
suffix
public ProgramParser.SuffixContext suffix(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
-