public static class SwiftParser.StructDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
StructDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
SwiftParser.AccessLevelModifierContext |
accessLevelModifier() |
SwiftParser.AttributesContext |
attributes() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SwiftParser.GenericParameterClauseContext |
genericParameterClause() |
int |
getRuleIndex() |
SwiftParser.StructBodyContext |
structBody() |
SwiftParser.StructNameContext |
structName() |
SwiftParser.TypeInheritanceClauseContext |
typeInheritanceClause() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic StructDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SwiftParser.StructNameContext structName()
public SwiftParser.StructBodyContext structBody()
public SwiftParser.AttributesContext attributes()
public SwiftParser.AccessLevelModifierContext accessLevelModifier()
public SwiftParser.GenericParameterClauseContext genericParameterClause()
public SwiftParser.TypeInheritanceClauseContext typeInheritanceClause()
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.