Packages

class BlockDb extends NodeDb with StoredNode with Expression with BlockBase

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockDb
  2. BlockBase
  3. HasDepthFirstOrder
  4. HasDynamicTypeHintFullName
  5. HasTypeFullName
  6. Expression
  7. CfgNode
  8. AstNode
  9. TrackingPoint
  10. WithinMethod
  11. ExpressionBase
  12. CfgNodeBase
  13. AstNodeBase
  14. HasInternalFlags
  15. HasColumnNumber
  16. HasLineNumber
  17. TrackingPointBase
  18. WithinMethodBase
  19. HasArgumentIndex
  20. HasOrder
  21. HasCode
  22. StoredNode
  23. Product
  24. Equals
  25. CpgNode
  26. NodeDb
  27. Node
  28. Element
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BlockDb(ref: NodeRef[NodeDb])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _aliasOfIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  5. def _aliasOfOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  6. def _argumentIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  7. def _argumentOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  8. def _astIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  9. def _astOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  10. def _attachedDataIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  11. def _attachedDataOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  12. def _bindsIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  13. def _bindsOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  14. def _bindsToIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  15. def _bindsToOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  16. def _blockViaAstIn: Block
  17. def _blockViaAstOut: Iterator[Block]
  18. def _blockViaCdgIn: Iterator[Block]
  19. def _blockViaCdgOut: Iterator[Block]
  20. def _blockViaCfgIn: Iterator[Block]
  21. def _blockViaCfgOut: Iterator[Block]
  22. def _blockViaDominateIn: Iterator[Block]
  23. def _blockViaDominateOut: Iterator[Block]
  24. def _blockViaPostDominateIn: Iterator[Block]
  25. def _blockViaPostDominateOut: Iterator[Block]
  26. def _blockViaReachingDefIn: Iterator[Block]
  27. def _blockViaReachingDefOut: Iterator[Block]
  28. def _callIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  29. def _callOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  30. def _callViaArgumentIn: Option[Call]
  31. def _callViaAstIn: Iterator[Call]
  32. def _callViaAstOut: Iterator[Call]
  33. def _callViaCdgIn: Iterator[Call]
  34. def _callViaCdgOut: Iterator[Call]
  35. def _callViaCfgIn: Iterator[Call]
  36. def _callViaCfgOut: Iterator[Call]
  37. def _callViaDominateIn: Iterator[Call]
  38. def _callViaDominateOut: Iterator[Call]
  39. def _callViaPostDominateIn: Iterator[Call]
  40. def _callViaPostDominateOut: Iterator[Call]
  41. def _callViaReachingDefOut: Iterator[Call]
  42. def _callViaReceiverIn: Option[Call]
  43. def _captureIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  44. def _captureOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  45. def _capturedByIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  46. def _capturedByOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  47. def _cdgIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  48. def _cdgOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  49. def _cfgIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  50. def _cfgOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  51. def _conditionIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  52. def _conditionOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  53. def _containsIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  54. def _containsNodeIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  55. def _containsNodeOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  56. def _containsOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  57. def _controlStructureViaAstIn: Option[ControlStructure]
  58. def _controlStructureViaAstOut: Iterator[ControlStructure]
  59. def _controlStructureViaCdgIn: Iterator[ControlStructure]
  60. def _controlStructureViaCdgOut: Iterator[ControlStructure]
  61. def _controlStructureViaCfgIn: Iterator[ControlStructure]
  62. def _controlStructureViaCfgOut: Iterator[ControlStructure]
  63. def _controlStructureViaConditionIn: Iterator[ControlStructure]
  64. def _controlStructureViaDominateIn: Iterator[ControlStructure]
  65. def _controlStructureViaDominateOut: Iterator[ControlStructure]
  66. def _controlStructureViaPostDominateIn: Iterator[ControlStructure]
  67. def _controlStructureViaPostDominateOut: Iterator[ControlStructure]
  68. def _dominateIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  69. def _dominateOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  70. def _dynamicTypeIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  71. def _dynamicTypeOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  72. def _evalTypeIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  73. def _evalTypeOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  74. def _fieldIdentifierViaCdgIn: Iterator[FieldIdentifier]
  75. def _fieldIdentifierViaCdgOut: Iterator[FieldIdentifier]
  76. def _fieldIdentifierViaCfgIn: Iterator[FieldIdentifier]
  77. def _fieldIdentifierViaCfgOut: Iterator[FieldIdentifier]
  78. def _fieldIdentifierViaDominateIn: Iterator[FieldIdentifier]
  79. def _fieldIdentifierViaDominateOut: Iterator[FieldIdentifier]
  80. def _fieldIdentifierViaPostDominateIn: Iterator[FieldIdentifier]
  81. def _fieldIdentifierViaPostDominateOut: Iterator[FieldIdentifier]
  82. def _identifierViaAstOut: Iterator[Identifier]
  83. def _identifierViaCdgIn: Iterator[Identifier]
  84. def _identifierViaCdgOut: Iterator[Identifier]
  85. def _identifierViaCfgIn: Iterator[Identifier]
  86. def _identifierViaCfgOut: Iterator[Identifier]
  87. def _identifierViaDominateIn: Iterator[Identifier]
  88. def _identifierViaDominateOut: Iterator[Identifier]
  89. def _identifierViaPostDominateIn: Iterator[Identifier]
  90. def _identifierViaPostDominateOut: Iterator[Identifier]
  91. def _identifierViaReachingDefOut: Iterator[Identifier]
  92. def _inheritsFromIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  93. def _inheritsFromOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  94. def _isSensitiveDataDescrOfIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  95. def _isSensitiveDataDescrOfOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  96. def _isSensitiveDataDescrOfRefIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  97. def _isSensitiveDataDescrOfRefOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  98. def _isSensitiveDataOfTypeIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  99. def _isSensitiveDataOfTypeOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  100. def _jumpTargetViaAstOut: Iterator[JumpTarget]
  101. def _jumpTargetViaCdgIn: Iterator[JumpTarget]
  102. def _jumpTargetViaCdgOut: Iterator[JumpTarget]
  103. def _jumpTargetViaCfgIn: Iterator[JumpTarget]
  104. def _jumpTargetViaCfgOut: Iterator[JumpTarget]
  105. def _jumpTargetViaDominateIn: Iterator[JumpTarget]
  106. def _jumpTargetViaDominateOut: Iterator[JumpTarget]
  107. def _jumpTargetViaPostDominateIn: Iterator[JumpTarget]
  108. def _jumpTargetViaPostDominateOut: Iterator[JumpTarget]
  109. def _literalViaAstOut: Iterator[Literal]
  110. def _literalViaCdgIn: Iterator[Literal]
  111. def _literalViaCdgOut: Iterator[Literal]
  112. def _literalViaCfgIn: Iterator[Literal]
  113. def _literalViaCfgOut: Iterator[Literal]
  114. def _literalViaDominateIn: Iterator[Literal]
  115. def _literalViaDominateOut: Iterator[Literal]
  116. def _literalViaPostDominateIn: Iterator[Literal]
  117. def _literalViaPostDominateOut: Iterator[Literal]
  118. def _literalViaReachingDefOut: Iterator[Literal]
  119. def _localViaAstOut: Iterator[Local]
  120. def _methodRefViaAstOut: Iterator[MethodRef]
  121. def _methodRefViaCdgIn: Iterator[MethodRef]
  122. def _methodRefViaCdgOut: Iterator[MethodRef]
  123. def _methodRefViaCfgIn: Iterator[MethodRef]
  124. def _methodRefViaCfgOut: Iterator[MethodRef]
  125. def _methodRefViaDominateIn: Iterator[MethodRef]
  126. def _methodRefViaDominateOut: Iterator[MethodRef]
  127. def _methodRefViaPostDominateIn: Iterator[MethodRef]
  128. def _methodRefViaPostDominateOut: Iterator[MethodRef]
  129. def _methodReturnViaCdgOut: Iterator[MethodReturn]
  130. def _methodReturnViaDominateOut: Iterator[MethodReturn]
  131. def _methodReturnViaPostDominateIn: Iterator[MethodReturn]
  132. def _methodViaAstIn: Method
  133. def _methodViaCfgIn: Iterator[Method]
  134. def _methodViaContainsIn: Iterator[Method]
  135. def _methodViaDominateIn: Iterator[Method]
  136. def _methodViaDynamicTypeOut: Iterator[Method]
  137. def _methodViaPostDominateOut: Iterator[Method]
  138. def _parameterLinkIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  139. def _parameterLinkOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  140. def _postDominateIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  141. def _postDominateOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  142. def _propagateIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  143. def _propagateOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  144. def _reachingDefIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  145. def _reachingDefOut(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  146. def _receiverIn(): Iterator[StoredNode]
    Definition Classes
    BlockDbStoredNode
  147. def _receiverOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  148. def _refIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  149. def _refOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  150. def _returnViaArgumentIn: Option[Return]
  151. def _returnViaAstIn: Iterator[Return]
  152. def _returnViaAstOut: Iterator[Return]
  153. def _returnViaCdgOut: Iterator[Return]
  154. def _returnViaCfgOut: Iterator[Return]
  155. def _returnViaDominateIn: Iterator[Return]
  156. def _returnViaDominateOut: Iterator[Return]
  157. def _returnViaPostDominateIn: Iterator[Return]
  158. def _returnViaPostDominateOut: Iterator[Return]
  159. def _returnViaReachingDefOut: Iterator[Return]
  160. def _sourceFileIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  161. def _sourceFileOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  162. def _taggedByIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  163. def _taggedByOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  164. def _taintRemoveIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  165. def _taintRemoveOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  166. def _typeDeclViaDynamicTypeOut: Iterator[TypeDecl]
  167. def _typeRefViaAstOut: Iterator[TypeRef]
  168. def _typeRefViaCdgIn: Iterator[TypeRef]
  169. def _typeRefViaCdgOut: Iterator[TypeRef]
  170. def _typeRefViaCfgIn: Iterator[TypeRef]
  171. def _typeRefViaCfgOut: Iterator[TypeRef]
  172. def _typeRefViaDominateIn: Iterator[TypeRef]
  173. def _typeRefViaDominateOut: Iterator[TypeRef]
  174. def _typeRefViaPostDominateIn: Iterator[TypeRef]
  175. def _typeRefViaPostDominateOut: Iterator[TypeRef]
  176. def _typeViaEvalTypeOut: Iterator[Type]
  177. def _unknownViaAstIn: Iterator[Unknown]
  178. def _unknownViaAstOut: Iterator[Unknown]
  179. def _unknownViaCdgIn: Iterator[Unknown]
  180. def _unknownViaCdgOut: Iterator[Unknown]
  181. def _unknownViaCfgIn: Iterator[Unknown]
  182. def _unknownViaCfgOut: Iterator[Unknown]
  183. def _unknownViaDominateIn: Iterator[Unknown]
  184. def _unknownViaDominateOut: Iterator[Unknown]
  185. def _unknownViaPostDominateIn: Iterator[Unknown]
  186. def _unknownViaPostDominateOut: Iterator[Unknown]
  187. def _vtableIn(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  188. def _vtableOut(): Iterator[StoredNode]
    Definition Classes
    StoredNode
  189. def addEdge(arg0: String, arg1: Node, arg2: Map[String, AnyRef]): Edge
    Definition Classes
    NodeDb → Node
  190. def addEdge(arg0: String, arg1: Node, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  191. def addEdgeSilent(arg0: String, arg1: Node, arg2: Map[String, AnyRef]): Unit
    Definition Classes
    NodeDb → Node
  192. def addEdgeSilent(arg0: String, arg1: Node, arg2: <repeated...>[AnyRef]): Unit
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  193. def argumentIndex(): Integer
    Definition Classes
    BlockDbHasArgumentIndex
  194. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  195. def asStored: StoredNode
    Definition Classes
    BlockBase
  196. final def blockOffsetToOccurrence(arg0: Direction, arg1: String, arg2: NodeRef[_ <: NodeDb], arg3: Int): Int
    Attributes
    protected[overflowdb]
    Definition Classes
    NodeDb
  197. def both(arg0: <repeated...>[String]): Iterator[Node]
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  198. def both(): Iterator[Node]
    Definition Classes
    NodeDb → Node
  199. def bothE(arg0: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  200. def bothE(): Iterator[Edge]
    Definition Classes
    NodeDb → Node
  201. def canEqual(that: Any): Boolean
    Definition Classes
    BlockDb → Equals
  202. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  203. def code(): String
    Definition Classes
    BlockDbHasCode
  204. def columnNumber(): Option[Integer]
    Definition Classes
    BlockDbHasColumnNumber
  205. final def createAdjacentNodeIteratorByOffSet(arg0: Int): Iterator[Node]
    Definition Classes
    NodeDb
  206. def depthFirstOrder(): Option[Integer]
    Definition Classes
    BlockDbHasDepthFirstOrder
  207. def dynamicTypeHintFullName(): List[String]
    Definition Classes
    BlockDbHasDynamicTypeHintFullName
  208. def edgeProperty[P <: AnyRef](arg0: Direction, arg1: Edge, arg2: Int, arg3: String): P
    Definition Classes
    NodeDb
  209. def edgePropertyMap(arg0: Direction, arg1: Edge, arg2: Int): Map[String, AnyRef]
    Definition Classes
    NodeDb
  210. def edgePropertyOption[V <: AnyRef](arg0: Direction, arg1: Edge, arg2: Int, arg3: String): Optional[V]
    Definition Classes
    NodeDb
  211. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  212. def equals(arg0: AnyRef): Boolean
    Definition Classes
    NodeDb → AnyRef → Any
  213. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  214. def fromNewNode(someNewNode: NewNode, mapping: (NewNode) => StoredNode): Unit
    Definition Classes
    BlockDbStoredNode
  215. def getAdjacentNodesWithProperties(): Array[AnyRef]
    Definition Classes
    NodeDb
  216. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  217. def getEdgeOffsets(): Array[Int]
    Definition Classes
    NodeDb
  218. def getEdgeOffsetsPackedArray(): PackedIntArray
    Definition Classes
    NodeDb
  219. def getEdgeProperties[V <: AnyRef](arg0: Direction, arg1: Edge, arg2: Int, arg3: <repeated...>[String]): Iterator[V]
    Definition Classes
    NodeDb
    Annotations
    @transient()
  220. def graph(): Graph
    Definition Classes
    NodeDb → Element
  221. def hashCode(): Int
    Definition Classes
    NodeDb → AnyRef → Any
  222. def id(): Long
    Definition Classes
    NodeDb → Node
  223. def in(arg0: <repeated...>[String]): Iterator[Node]
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  224. def in(): Iterator[Node]
    Definition Classes
    NodeDb → Node
  225. def inE(arg0: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  226. def inE(): Iterator[Edge]
    Definition Classes
    NodeDb → Node
  227. final def instantiateDummyEdge(arg0: String, arg1: NodeRef[_ <: NodeDb], arg2: NodeRef[_ <: NodeDb]): Edge
    Definition Classes
    NodeDb
  228. def internalFlags(): Option[Integer]
    Definition Classes
    BlockDbHasInternalFlags
  229. final def isDirty(): Boolean
    Definition Classes
    NodeDb
  230. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  231. def label: String
    Definition Classes
    BlockDbCpgNode → NodeDb → Element
  232. def layoutInformation(): NodeLayoutInformation
    Definition Classes
    BlockDb → NodeDb
  233. def lineNumber(): Option[Integer]
    Definition Classes
    BlockDbHasLineNumber
  234. def markAsClean(): Unit
    Definition Classes
    NodeDb
  235. def markAsDirty(): Unit
    Definition Classes
    NodeDb
  236. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  237. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  238. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  239. final def occurrenceToBlockOffset(arg0: Direction, arg1: String, arg2: NodeRef[_ <: NodeDb], arg3: Int): Int
    Attributes
    protected[overflowdb]
    Definition Classes
    NodeDb
  240. def order(): Integer
    Definition Classes
    BlockDbHasOrder
  241. def out(arg0: <repeated...>[String]): Iterator[Node]
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  242. def out(): Iterator[Node]
    Definition Classes
    NodeDb → Node
  243. def outE(arg0: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    NodeDb → Node
    Annotations
    @transient()
  244. def outE(): Iterator[Edge]
    Definition Classes
    NodeDb → Node
  245. def productArity: Int
    Definition Classes
    BlockDb → Product
  246. def productElement(n: Int): Any
    Definition Classes
    BlockDb → Product
  247. def productElementLabel(n: Int): String

    labels of product elements, used e.g.

    labels of product elements, used e.g. for pretty-printing

    Definition Classes
    BlockDbStoredNode
  248. def productElementName(n: Int): String
    Definition Classes
    Product
  249. def productElementNames: Iterator[String]
    Definition Classes
    Product
  250. def productIterator: Iterator[Any]
    Definition Classes
    Product
  251. def productPrefix: String
    Definition Classes
    BlockDb → Product
  252. def property(key: String): AnyRef
    Definition Classes
    BlockDb → Element
  253. def property[A <: AnyRef](arg0: PropertyKey[A]): A
    Definition Classes
    NodeDb → Element
  254. def propertyKeys(): Set[String]
    Definition Classes
    NodeDb → Element
  255. def propertyMap(): Map[String, AnyRef]
    Definition Classes
    NodeDb → Element
  256. def propertyOption(arg0: String): Optional[AnyRef]
    Definition Classes
    NodeDb → Element
  257. def propertyOption[A <: AnyRef](arg0: PropertyKey[A]): Optional[A]
    Definition Classes
    NodeDb → Element
  258. def remove(): Unit
    Definition Classes
    NodeDb → Element
  259. final def removeEdge(arg0: Direction, arg1: String, arg2: Int): Unit
    Attributes
    protected[overflowdb]
    Definition Classes
    NodeDb
  260. def removeEdgeProperty(arg0: Direction, arg1: String, arg2: String, arg3: Int): Unit
    Definition Classes
    NodeDb
  261. def removeProperty(arg0: String): Unit
    Definition Classes
    NodeDb → Element
  262. def removeSpecificProperty(key: String): Unit
    Definition Classes
    BlockDb → NodeDb
  263. def setAdjacentNodesWithProperties(arg0: Array[AnyRef]): Unit
    Definition Classes
    NodeDb
  264. def setEdgeOffsets(arg0: Array[Int]): Unit
    Definition Classes
    NodeDb
  265. def setEdgeProperty[V <: AnyRef](arg0: Direction, arg1: String, arg2: String, arg3: V, arg4: Int): Unit
    Definition Classes
    NodeDb
  266. def setProperty(arg0: Property[_ <: AnyRef]): Unit
    Definition Classes
    NodeDb → Element
  267. def setProperty[A <: AnyRef](arg0: PropertyKey[A], arg1: A): Unit
    Definition Classes
    NodeDb → Element
  268. def setProperty(arg0: String, arg1: AnyRef): Unit
    Definition Classes
    NodeDb → Element
  269. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  270. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  271. def toString(): String
    Definition Classes
    AnyRef → Any
  272. def trim(): Long
    Definition Classes
    NodeDb
  273. def typeFullName(): String
    Definition Classes
    BlockDbHasTypeFullName
  274. def underlying: Node
    Definition Classes
    StoredNode
  275. def updateSpecificProperty(key: String, value: AnyRef): Unit
    Attributes
    protected
    Definition Classes
    BlockDb → NodeDb
  276. def valueMap: Map[String, AnyRef]
    Definition Classes
    BlockDbStoredNode → NodeDb
  277. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  278. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  279. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BlockBase

Inherited from HasDepthFirstOrder

Inherited from HasTypeFullName

Inherited from Expression

Inherited from CfgNode

Inherited from AstNode

Inherited from TrackingPoint

Inherited from WithinMethod

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasInternalFlags

Inherited from HasColumnNumber

Inherited from HasLineNumber

Inherited from TrackingPointBase

Inherited from WithinMethodBase

Inherited from HasArgumentIndex

Inherited from HasOrder

Inherited from HasCode

Inherited from StoredNode

Inherited from Product

Inherited from Equals

Inherited from CpgNode

Inherited from NodeDb

Inherited from Node

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped