PrecedenceGroupDeclSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.PrecedenceGroupDeclSyntax
case class PrecedenceGroupDeclSyntax(json: Value) extends DeclSyntax, Braced, NamedDecl, WithAttributes, WithModifiers
Documentation
A Swift precedencegroup
declaration.
Children
attributes
:AttributeListSyntax
modifiers
:DeclModifierListSyntax
precedencegroupKeyword
:precedencegroup
name
:<identifier>
leftBrace
:{
groupAttributes
:PrecedenceGroupAttributeListSyntax
rightBrace
:}
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithModifierstrait WithAttributestrait NamedDecltrait Bracedtrait DeclSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article