public static class SLangParser.AtomicExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
AtomicExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
SLangParser.ClassDeclarationContext |
classDeclaration() |
SLangParser.ConditionalContext |
conditional() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SLangParser.ExpressionNameContext |
expressionName() |
int |
getRuleIndex() |
SLangParser.JumpExpressionContext |
jumpExpression() |
SLangParser.LiteralContext |
literal() |
SLangParser.LoopExpressionContext |
loopExpression() |
SLangParser.MethodDeclarationContext |
methodDeclaration() |
SLangParser.MethodInvocationContext |
methodInvocation() |
SLangParser.NativeExpressionContext |
nativeExpression() |
SLangParser.ParenthesizedExpressionContext |
parenthesizedExpression() |
SLangParser.ReturnExpressionContext |
returnExpression() |
SLangParser.TryExpressionContext |
tryExpression() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic AtomicExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SLangParser.ParenthesizedExpressionContext parenthesizedExpression()
public SLangParser.NativeExpressionContext nativeExpression()
public SLangParser.MethodDeclarationContext methodDeclaration()
public SLangParser.ClassDeclarationContext classDeclaration()
public SLangParser.LiteralContext literal()
public SLangParser.ConditionalContext conditional()
public SLangParser.LoopExpressionContext loopExpression()
public SLangParser.MethodInvocationContext methodInvocation()
public SLangParser.ReturnExpressionContext returnExpression()
public SLangParser.ExpressionNameContext expressionName()
public SLangParser.TryExpressionContext tryExpression()
public SLangParser.JumpExpressionContext jumpExpression()
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.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2009–2018 SonarSource. All rights reserved.