VersionTupleSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.VersionTupleSyntax
case class VersionTupleSyntax(json: Value) extends Syntax
Documentation
A version number like 1.2.0
. Only the first version component is required. There might be an arbitrary number of following components.
Children
major
:<integerLiteral>
components
:VersionComponentListSyntax
Contained in
AvailabilityLabeledArgumentSyntax
.AvailabilityLabeledArgumentSyntax/value
CanImportVersionInfoSyntax
.CanImportVersionInfoSyntax/version
PlatformVersionSyntax
.PlatformVersionSyntax/version
Attributes
- Graph
-
- Supertypes
Members list
In this article