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.AbstractionContext
abstraction()
ProgramParser.ApplicationContext
application()
void
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
List<org.antlr.v4.runtime.tree.TerminalNode>
EOL()
org.antlr.v4.runtime.tree.TerminalNode
EOL(int i)
void
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
int
getRuleIndex()
List<ProgramParser.HtailContext>
htail()
ProgramParser.HtailContext
htail(int i)
List<ProgramParser.MethodContext>
method()
ProgramParser.MethodContext
method(int i)
List<ProgramParser.SuffixContext>
suffix()
ProgramParser.SuffixContext
suffix(int i)
List<ProgramParser.TailContext>
tail()
ProgramParser.TailContext
tail(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:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
-