StmtSyntax

io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.StmtSyntax
sealed trait StmtSyntax extends SwiftNode

Attributes

Graph
Supertypes
trait SwiftNode
class Object
trait Matchable
class Any
Known subtypes

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 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

Inherited and Abstract methods

def json: Value

Attributes

Inherited from:
SwiftNode