EnumCaseDeclSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.EnumCaseDeclSyntax
case class EnumCaseDeclSyntax(json: Value) extends DeclSyntax, WithAttributes, WithModifiers
Documentation
A case declaration of a Swift enum. It can have 1 or more EnumCaseElements inside, each declaring a different case of the enum.
Children
attributes:AttributeListSyntaxmodifiers:DeclModifierListSyntaxcaseKeyword:caseelements:EnumCaseElementListSyntax
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithModifierstrait WithAttributestrait DeclSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article