ObjCSelectorPieceSyntax

io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.ObjCSelectorPieceSyntax
case class ObjCSelectorPieceSyntax(json: Value) extends Syntax

Documentation

A piece of an Objective-C selector. Either consisting of just an identifier for a nullary selector, an identifier and a colon for a labeled argument or just a colon for an unlabeled argument

Children

  • name: TokenSyntax?
  • colon: :?

Contained in

  • ObjCSelectorPieceListSyntax

Attributes

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

Members list

Value members

Concrete methods

def colon: Option[SwiftToken]
def name: Option[TokenSyntax]

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