org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Treepublic static class SwiftParser.BinaryExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor | Description |
|---|---|
BinaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method | Description |
|---|---|---|
SwiftParser.AssignmentOperatorContext |
assignmentOperator() |
|
SwiftParser.BinaryOperatorContext |
binaryOperator() |
|
SwiftParser.ConditionalOperatorContext |
conditionalOperator() |
|
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() |
|
SwiftParser.TypeCastingOperatorContext |
typeCastingOperator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic BinaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SwiftParser.BinaryOperatorContext binaryOperator()
public SwiftParser.PrefixExpressionContext prefixExpression()
public SwiftParser.AssignmentOperatorContext assignmentOperator()
public SwiftParser.TryOperatorContext tryOperator()
public SwiftParser.ConditionalOperatorContext conditionalOperator()
public SwiftParser.TypeCastingOperatorContext typeCastingOperator()
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 © 2002–2018 PMD. All rights reserved.