Package de.isas.lipidomics.palinom
Class GoslinParser.Hg_pipContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- de.isas.lipidomics.palinom.GoslinParser.Hg_pipContext
-
- 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:
- GoslinParser
public static class GoslinParser.Hg_pipContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Hg_pipContext(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)intgetRuleIndex()GoslinParser.Hg_pip_dContexthg_pip_d()GoslinParser.Hg_pip_mContexthg_pip_m()GoslinParser.Hg_pip_pureContexthg_pip_pure()GoslinParser.Hg_pip_tContexthg_pip_t()-
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
-
Hg_pipContext
public Hg_pipContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
-
Method Detail
-
hg_pip_pure
public GoslinParser.Hg_pip_pureContext hg_pip_pure()
-
hg_pip_m
public GoslinParser.Hg_pip_mContext hg_pip_m()
-
hg_pip_d
public GoslinParser.Hg_pip_dContext hg_pip_d()
-
hg_pip_t
public GoslinParser.Hg_pip_tContext hg_pip_t()
-
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
-
-