public static class SightlyParser.InterpolationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
SightlyParser.ExpressionContext |
expression |
Interpolation |
interp |
SightlyParser.TextFragContext |
textFrag |
| Constructor and Description |
|---|
InterpolationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
List<SightlyParser.ExpressionContext> |
expression() |
SightlyParser.ExpressionContext |
expression(int i) |
int |
getRuleIndex() |
List<SightlyParser.TextFragContext> |
textFrag() |
SightlyParser.TextFragContext |
textFrag(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Interpolation interp
public SightlyParser.TextFragContext textFrag
public SightlyParser.ExpressionContext expression
public InterpolationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<SightlyParser.TextFragContext> textFrag()
public SightlyParser.TextFragContext textFrag(int i)
public List<SightlyParser.ExpressionContext> expression()
public SightlyParser.ExpressionContext expression(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.