Package com.evolveum.axiom.lang.antlr
Class AxiomParser.SingleQuoteStringContext
java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
com.evolveum.axiom.lang.antlr.AxiomParser.SingleQuoteStringContext
- 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:
- AxiomParser
public static class AxiomParser.SingleQuoteStringContext
extends org.antlr.v4.runtime.ParserRuleContext
- 
Field SummaryFields inherited from class org.antlr.v4.runtime.ParserRuleContextchildren, exception, start, stopFields inherited from class org.antlr.v4.runtime.RuleContextEMPTY, invokingState, parent
- 
Constructor SummaryConstructorsConstructorDescriptionSingleQuoteStringContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) 
- 
Method SummaryMethods inherited from class org.antlr.v4.runtime.ParserRuleContextaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringMethods inherited from class org.antlr.v4.runtime.RuleContextdepth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
- 
Constructor Details- 
SingleQuoteStringContextpublic SingleQuoteStringContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) 
 
- 
- 
Method Details- 
STRING_SINGLEQUOTEpublic org.antlr.v4.runtime.tree.TerminalNode STRING_SINGLEQUOTE()
- 
getRuleIndexpublic int getRuleIndex()- Overrides:
- getRuleIndexin class- org.antlr.v4.runtime.RuleContext
 
- 
enterRulepublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) - Overrides:
- enterRulein class- org.antlr.v4.runtime.ParserRuleContext
 
- 
exitRulepublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) - Overrides:
- exitRulein class- org.antlr.v4.runtime.ParserRuleContext
 
- 
acceptpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) - Specified by:
- acceptin interface- org.antlr.v4.runtime.tree.ParseTree
- Overrides:
- acceptin class- org.antlr.v4.runtime.RuleContext
 
 
-