LazyLocation

io.shiftleft.semanticcpg.language.LazyLocation
See theLazyLocation companion object
class LazyLocation(storedNode: StoredNode) extends LocationInfo, Product

Attributes

Companion
object
Graph
Supertypes
trait Product
trait Equals
trait LocationInfo
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

Definition Classes
Equals
def className: String
def classShortName: String
def filename: String
def lineNumber: Option[Int]
def methodFullName: String
def methodShortName: String
def node: Option[AbstractNode]
def nodeLabel: String
def packageName: String
override def productArity: Int

Attributes

Definition Classes
Product
override def productElement(n: Int): Any

Attributes

Definition Classes
Product
override def productElementName(n: Int): String

Attributes

Definition Classes
Product
def symbol: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product