BindingTable

io.joern.javasrc2cpg.util.BindingTable
See theBindingTable companion class
object BindingTable

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def createBindingNodes(diffGraph: DiffGraphBuilder, typeDeclNode: NewTypeDecl, bindingTable: BindingTable): Unit
def createBindingTable[InputTypeDecl, AstTypeDecl, AstMethodDecl, TypeMap](typeDeclFullName: String, typeDecl: InputTypeDecl, getBindingTable: AstTypeDecl => BindingTable, adapter: BindingTableAdapter[InputTypeDecl, AstTypeDecl, AstMethodDecl, TypeMap]): BindingTable