EnumCaseElementSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.EnumCaseElementSyntax
case class EnumCaseElementSyntax(json: Value) extends Syntax, WithTrailingComma
Documentation
An element of an enum case, containing the name of the case and, optionally, either associated values or an assignment to a raw value.
Children
name:<identifier>parameterClause:EnumCaseParameterClauseSyntax?rawValue:InitializerClauseSyntax?trailingComma:,?
Contained in
EnumCaseElementListSyntax
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithTrailingCommatrait Syntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article