public static class SwiftParser.ExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor | Description |
---|---|
ExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<SwiftParser.BinaryExpressionContext> |
binaryExpression() |
|
SwiftParser.BinaryExpressionContext |
binaryExpression(int i) |
|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
int |
getRuleIndex() |
|
SwiftParser.PrefixExpressionContext |
prefixExpression() |
|
SwiftParser.TryOperatorContext |
tryOperator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public ExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public SwiftParser.PrefixExpressionContext prefixExpression()
public SwiftParser.TryOperatorContext tryOperator()
public java.util.List<SwiftParser.BinaryExpressionContext> binaryExpression()
public SwiftParser.BinaryExpressionContext binaryExpression(int i)
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
Copyright © 2002–2018 PMD. All rights reserved.