DeclModifierListSyntax

io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.DeclModifierListSyntax
case class DeclModifierListSyntax(json: Value) extends SyntaxCollection

Documentation

No documentation available.

Children

DeclModifierSyntax *

Contained in

  • ActorDeclSyntax.ActorDeclSyntax/modifiers
  • AssociatedTypeDeclSyntax.AssociatedTypeDeclSyntax/modifiers
  • ClassDeclSyntax.ClassDeclSyntax/modifiers
  • ClosureParameterSyntax.ClosureParameterSyntax/modifiers
  • DeinitializerDeclSyntax.DeinitializerDeclSyntax/modifiers
  • EditorPlaceholderDeclSyntax.EditorPlaceholderDeclSyntax/modifiers
  • EnumCaseDeclSyntax.EnumCaseDeclSyntax/modifiers
  • EnumCaseParameterSyntax.EnumCaseParameterSyntax/modifiers
  • EnumDeclSyntax.EnumDeclSyntax/modifiers
  • ExtensionDeclSyntax.ExtensionDeclSyntax/modifiers
  • FunctionDeclSyntax.FunctionDeclSyntax/modifiers
  • FunctionParameterSyntax.FunctionParameterSyntax/modifiers
  • ImportDeclSyntax.ImportDeclSyntax/modifiers
  • InitializerDeclSyntax.InitializerDeclSyntax/modifiers
  • MacroDeclSyntax.MacroDeclSyntax/modifiers
  • MacroExpansionDeclSyntax.MacroExpansionDeclSyntax/modifiers
  • MissingDeclSyntax.MissingDeclSyntax/modifiers
  • PrecedenceGroupDeclSyntax.PrecedenceGroupDeclSyntax/modifiers
  • ProtocolDeclSyntax.ProtocolDeclSyntax/modifiers
  • StructDeclSyntax.StructDeclSyntax/modifiers
  • SubscriptDeclSyntax.SubscriptDeclSyntax/modifiers
  • TypeAliasDeclSyntax.TypeAliasDeclSyntax/modifiers
  • VariableDeclSyntax.VariableDeclSyntax/modifiers

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SwiftNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def endColumn: Option[Int]

Attributes

Inherited from:
SwiftNode
def endLine: Option[Int]

Attributes

Inherited from:
SwiftNode
def endOffset: Option[Int]

Attributes

Inherited from:
SwiftNode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def startColumn: Option[Int]

Attributes

Inherited from:
SwiftNode
def startLine: Option[Int]

Attributes

Inherited from:
SwiftNode
def startOffset: Option[Int]

Attributes

Inherited from:
SwiftNode
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SwiftNode -> Any
Inherited from:
SwiftNode