CodeBlockSyntax

io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.CodeBlockSyntax
case class CodeBlockSyntax(json: Value) extends Syntax, Braced, WithStatements

Documentation

No documentation available.

Children

  • leftBrace: {
  • statements: CodeBlockItemListSyntax
  • rightBrace: }

Contained in

  • AccessorDeclSyntax.AccessorDeclSyntax/body
  • CatchClauseSyntax.CatchClauseSyntax/body
  • DeferStmtSyntax.DeferStmtSyntax/body
  • DeinitializerDeclSyntax.DeinitializerDeclSyntax/body
  • DoStmtSyntax.DoStmtSyntax/body
  • ForStmtSyntax.ForStmtSyntax/body
  • FunctionDeclSyntax.FunctionDeclSyntax/body
  • GuardStmtSyntax.GuardStmtSyntax/body
  • IfExprSyntax.IfExprSyntax/body
  • IfExprSyntax.IfExprSyntax/elseBody
  • InitializerDeclSyntax.InitializerDeclSyntax/body
  • RepeatStmtSyntax.RepeatStmtSyntax/body
  • WhileStmtSyntax.WhileStmtSyntax/body

Attributes

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

Members list

Value members

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