public static class SwiftParser.STypeContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
STypeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
SwiftParser.ArrayTypeContext |
arrayType() |
SwiftParser.DictionaryTypeContext |
dictionaryType() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
SwiftParser.ProtocolCompositionTypeContext |
protocolCompositionType() |
List<SwiftParser.STypeContext> |
sType() |
SwiftParser.STypeContext |
sType(int i) |
SwiftParser.TupleTypeContext |
tupleType() |
SwiftParser.TypeIdentifierContext |
typeIdentifier() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic STypeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SwiftParser.ArrayTypeContext arrayType()
public SwiftParser.DictionaryTypeContext dictionaryType()
public SwiftParser.TypeIdentifierContext typeIdentifier()
public SwiftParser.TupleTypeContext tupleType()
public SwiftParser.ProtocolCompositionTypeContext protocolCompositionType()
public List<SwiftParser.STypeContext> sType()
public SwiftParser.STypeContext sType(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–2016 InfoEther. All rights reserved.