Package de.isas.lipidomics.palinom
Class LipidMapsParser.DplContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- de.isas.lipidomics.palinom.LipidMapsParser.DplContext
-
- 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:
- LipidMapsParser
public static class LipidMapsParser.DplContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description DplContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)LipidMapsParser.Dpl_speciesContextdpl_species()LipidMapsParser.Dpl_subspeciesContextdpl_subspecies()intgetRuleIndex()LipidMapsParser.Hg_ddplContexthg_ddpl()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
DplContext
public DplContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
-
Method Detail
-
hg_ddpl
public LipidMapsParser.Hg_ddplContext hg_ddpl()
-
dpl_species
public LipidMapsParser.Dpl_speciesContext dpl_species()
-
dpl_subspecies
public LipidMapsParser.Dpl_subspeciesContext dpl_subspecies()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-