Package de.isas.lipidomics.palinom
Class LipidMapsParser.Mod_textContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- de.isas.lipidomics.palinom.LipidMapsParser.Mod_textContext
-
- 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.Mod_textContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description Mod_textContext(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()List<LipidMapsParser.Mod_textContext>mod_text()LipidMapsParser.Mod_textContextmod_text(int i)LipidMapsParser.Square_close_bracketContextsquare_close_bracket()LipidMapsParser.Square_open_bracketContextsquare_open_bracket()-
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
-
Mod_textContext
public Mod_textContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
-
Method Detail
-
square_open_bracket
public LipidMapsParser.Square_open_bracketContext square_open_bracket()
-
mod_text
public List<LipidMapsParser.Mod_textContext> mod_text()
-
mod_text
public LipidMapsParser.Mod_textContext mod_text(int i)
-
square_close_bracket
public LipidMapsParser.Square_close_bracketContext square_close_bracket()
-
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
-
-