class Method extends NodeRef[MethodDb] with MethodBase with StoredNode with Declaration with CfgNode with AstNode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Method
- CfgNode
- AstNode
- WithinMethod
- Declaration
- StoredNode
- MethodBase
- HasBinarySignature
- HasAstParentFullName
- HasAstParentType
- HasSignature
- HasIsExternal
- HasFullName
- CfgNodeBase
- AstNodeBase
- HasOrder
- WithinMethodBase
- HasColumnNumber
- HasLineNumber
- DeclarationBase
- HasName
- Node
- Product
- Equals
- NodeRef
- Vertex
- Host
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Method(graph: OdbGraph, id: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accept[T](visitor: NodeVisitor[T]): T
-
def
addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- MethodBase
-
def
astParentFullName: String
- Definition Classes
- Method → HasAstParentFullName
-
def
astParentType: String
- Definition Classes
- Method → HasAstParentType
-
def
binarySignature: Option[String]
- Definition Classes
- Method → HasBinarySignature
-
def
canEqual(that: Any): Boolean
- Definition Classes
- Method → Equals
-
def
clear(): Unit
- Attributes
- protected[io.shiftleft.overflowdb]
- Definition Classes
- NodeRef
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
columnNumber: Option[Integer]
- Definition Classes
- Method → HasColumnNumber
-
def
edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- NodeRef → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fullName: String
- Definition Classes
- Method → HasFullName
-
def
get(): MethodDb
- Definition Classes
- NodeRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getId: Long
- Definition Classes
- StoredNode
-
def
graph(): Graph
- Definition Classes
- NodeRef → Element
-
def
hashCode(): Int
- Definition Classes
- NodeRef → AnyRef → Any
-
def
id(): AnyRef
- Definition Classes
- NodeRef → Element
-
def
isCleared(): Boolean
- Definition Classes
- NodeRef
-
def
isExternal: Boolean
- Definition Classes
- Method → HasIsExternal
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSet(): Boolean
- Definition Classes
- NodeRef
-
def
keys(): Set[String]
- Definition Classes
- Element
-
def
label(): String
- Definition Classes
- Method → Element
-
def
lineNumber: Option[Integer]
- Definition Classes
- Method → HasLineNumber
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def order: Integer
-
def
productArity: Int
- Definition Classes
- Method → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Method → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Method → Product
-
def
properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- NodeRef → Vertex → Element
- Annotations
- @transient()
-
def
property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
-
def
property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
-
def
property[V](key: String, value: V): VertexProperty[V]
- Definition Classes
- Vertex → Element
-
def
property[V](key: String): VertexProperty[V]
- Definition Classes
- Vertex → Element
-
def
readFromDisk(arg0: Long): MethodDb
- Attributes
- protected[io.shiftleft.overflowdb]
- Definition Classes
- NodeRef
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
remove(): Unit
- Definition Classes
- NodeRef → Element
-
def
setNode(arg0: MethodDb): Unit
- Definition Classes
- NodeRef
-
def
signature: String
- Definition Classes
- Method → HasSignature
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMap: Map[String, Any]
- Definition Classes
- StoredNode
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
underlying: Vertex
- Definition Classes
- StoredNode
-
def
value[V](key: String): V
- Definition Classes
- Element
- Annotations
- @throws( ... )
-
def
valueMap: Map[String, AnyRef]
- Definition Classes
- Method → StoredNode
-
def
values[V](arg0: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- Annotations
- @transient()
-
def
vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )