public static class KotlinParser.PrimaryExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public KotlinParser.ParenthesizedExpressionContext parenthesizedExpression()
public KotlinParser.SimpleIdentifierContext simpleIdentifier()
public KotlinParser.LiteralConstantContext literalConstant()
public KotlinParser.StringLiteralContext stringLiteral()
public KotlinParser.CallableReferenceContext callableReference()
public KotlinParser.FunctionLiteralContext functionLiteral()
public KotlinParser.ObjectLiteralContext objectLiteral()
public KotlinParser.CollectionLiteralContext collectionLiteral()
public KotlinParser.ThisExpressionContext thisExpression()
public KotlinParser.SuperExpressionContext superExpression()
public KotlinParser.IfExpressionContext ifExpression()
public KotlinParser.WhenExpressionContext whenExpression()
public KotlinParser.TryExpressionContext tryExpression()
public KotlinParser.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.RuleContext