Packages

class Method extends NodeRef[MethodDb] with MethodBase with StoredNode with Declaration with CfgNode with AstNode

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Method
  2. CfgNode
  3. AstNode
  4. WithinMethod
  5. Declaration
  6. StoredNode
  7. MethodBase
  8. HasBinarySignature
  9. HasAstParentFullName
  10. HasAstParentType
  11. HasSignature
  12. HasIsExternal
  13. HasFullName
  14. CfgNodeBase
  15. AstNodeBase
  16. HasOrder
  17. WithinMethodBase
  18. HasColumnNumber
  19. HasLineNumber
  20. DeclarationBase
  21. HasName
  22. Node
  23. Product
  24. Equals
  25. NodeRef
  26. Vertex
  27. Host
  28. Element
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Method(graph: OdbGraph, id: Long)

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 accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    MethodNode
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    MethodBase
  8. def astParentFullName: String
    Definition Classes
    MethodHasAstParentFullName
  9. def astParentType: String
    Definition Classes
    MethodHasAstParentType
  10. def binarySignature: Option[String]
    Definition Classes
    MethodHasBinarySignature
  11. def canEqual(that: Any): Boolean
    Definition Classes
    Method → Equals
  12. def clear(): Unit
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def columnNumber: Option[Integer]
    Definition Classes
    MethodHasColumnNumber
  15. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    NodeRef → AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fullName: String
    Definition Classes
    MethodHasFullName
  20. def get(): MethodDb
    Definition Classes
    NodeRef
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getId: Long
    Definition Classes
    StoredNode
  23. def graph(): Graph
    Definition Classes
    NodeRef → Element
  24. def hashCode(): Int
    Definition Classes
    NodeRef → AnyRef → Any
  25. def id(): AnyRef
    Definition Classes
    NodeRef → Element
  26. def isCleared(): Boolean
    Definition Classes
    NodeRef
  27. def isExternal: Boolean
    Definition Classes
    MethodHasIsExternal
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isSet(): Boolean
    Definition Classes
    NodeRef
  30. def keys(): Set[String]
    Definition Classes
    Element
  31. def label(): String
    Definition Classes
    Method → Element
  32. def lineNumber: Option[Integer]
    Definition Classes
    MethodHasLineNumber
  33. def name: String
    Definition Classes
    MethodHasName
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def order: Integer
    Definition Classes
    MethodHasOrder
  38. def productArity: Int
    Definition Classes
    Method → Product
  39. def productElement(n: Int): Any
    Definition Classes
    Method → Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    Method → Product
  42. def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    NodeRef → Vertex → Element
    Annotations
    @transient()
  43. def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  44. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  45. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  46. def property[V](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  47. def readFromDisk(arg0: Long): MethodDb
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def remove(): Unit
    Definition Classes
    NodeRef → Element
  49. def setNode(arg0: MethodDb): Unit
    Definition Classes
    NodeRef
  50. def signature: String
    Definition Classes
    MethodHasSignature
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def underlying: Vertex
    Definition Classes
    StoredNode
  55. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  56. def valueMap: Map[String, AnyRef]
    Definition Classes
    MethodStoredNode
  57. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  58. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from CfgNode

Inherited from AstNode

Inherited from WithinMethod

Inherited from Declaration

Inherited from StoredNode

Inherited from MethodBase

Inherited from HasBinarySignature

Inherited from HasAstParentFullName

Inherited from HasAstParentType

Inherited from HasSignature

Inherited from HasIsExternal

Inherited from HasFullName

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from WithinMethodBase

Inherited from HasColumnNumber

Inherited from HasLineNumber

Inherited from DeclarationBase

Inherited from HasName

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from NodeRef[MethodDb]

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped