public static class SwiftParser.OperatorContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor | Description |
|---|---|
OperatorContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
int |
getRuleIndex() |
|
java.util.List<SwiftParser.OperatorCharacterContext> |
operatorCharacter() |
|
SwiftParser.OperatorCharacterContext |
operatorCharacter(int i) |
|
SwiftParser.OperatorHeadContext |
operatorHead() |
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 OperatorContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SwiftParser.OperatorHeadContext operatorHead()
public java.util.List<SwiftParser.OperatorCharacterContext> operatorCharacter()
public SwiftParser.OperatorCharacterContext operatorCharacter(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 © 2002–2018 PMD. All rights reserved.