org.antlr.v4.runtime.tree.ParseTree
, org.antlr.v4.runtime.tree.RuleNode
, org.antlr.v4.runtime.tree.SyntaxTree
, org.antlr.v4.runtime.tree.Tree
public static class SwiftParser.ExtensionDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor | Description |
---|---|
ExtensionDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method | 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.ExtensionBodyContext |
extensionBody() |
|
SwiftParser.GenericWhereClauseContext |
genericWhereClause() |
|
int |
getRuleIndex() |
|
SwiftParser.TypeIdentifierContext |
typeIdentifier() |
|
SwiftParser.TypeInheritanceClauseContext |
typeInheritanceClause() |
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 ExtensionDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public SwiftParser.TypeIdentifierContext typeIdentifier()
public SwiftParser.ExtensionBodyContext extensionBody()
public SwiftParser.AttributesContext attributes()
public SwiftParser.AccessLevelModifierContext accessLevelModifier()
public SwiftParser.GenericWhereClauseContext genericWhereClause()
public SwiftParser.TypeInheritanceClauseContext typeInheritanceClause()
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.