codepropertygraph
codepropertygraph
io.shiftleft
Implicits
IterableOnceDeco
JavaIteratorDeco
OverflowDbTestInstance
SerializedCpg
io.shiftleft.codepropertygraph
Cpg
io.shiftleft.codepropertygraph.cpgloading
CpgLoader
CpgLoaderConfig
CpgLoaderConfig
NodeFilter
ProtoCpgLoader
ProtoToCpg
ProtoToCpg
TmpEdge
ZipArchive
io.shiftleft.passes
AppliedDiffGraph
BatchUpdateBiListener
BatchUpdateForwardListener
BatchUpdateInverseListener
BatchUpdateListenerLogger
ConcurrentWriterCpgPass
ConcurrentWriterCpgPass
CpgPass
CpgPassBase
CpgPassBase
DiffGraph
DiffGraph
Applier
ArrayChangeSet
Builder
Change
CreateEdge
CreateEdge
CreateNode
NodeKind
Existing
New
NodeKind
RemoveEdge
RemoveEdgeProperty
RemoveNode
RemoveNodeProperty
SetEdgeProperty
SetNodeProperty
Change
DiffEdge
EdgeFromOriginal
EdgeInDiffGraph
EdgeInOriginal
EdgeProperty
EdgeToOriginal
EmptyChangeSet
InverseBuilder
InverseBuilder
InverseBuilderImpl
NodeProperty
NoopInverseBuilder
PackedProperties
SingleChangeSet
DiffGraphProtoSerializer
DiffGraphProtoSerializer
ForkJoinParallelCpgPass
IntervalKeyPool
KeyPool
KeyPoolCreator
NewStyleCpgPassBase
ParallelIteratorExecutor
SequenceKeyPool
SimpleCpgPass
io.shiftleft.utils
ExecutionContextProvider
IOUtils
ProjectRoot
SearchDepthExceededError
StringInterner
StringInterner
codepropertygraph
/
io.shiftleft.passes
/
DiffGraph
/
ArrayChangeSet
ArrayChangeSet
case
class
ArrayChangeSet
(changes:
Array
[
Change
]) extends
DiffGraph
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
DiffGraph
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
iterator
:
Iterator
[
Change
]
Definition Classes
DiffGraph
override
def
size
:
Int
Definition Classes
DiffGraph
Inherited methods
def
+
(other:
DiffGraph
):
DiffGraph
Inherited from
DiffGraph
def
convertToOdbStyle
(cpg:
Cpg
, builder:
DiffGraphBuilder
):
Unit
Inherited from
DiffGraph
def
edgeProperties
:
Vector
[
EdgeProperty
]
Inherited from
DiffGraph
def
edges
:
Vector
[
EdgeInDiffGraph
]
Inherited from
DiffGraph
def
edgesFromOriginal
:
Vector
[
EdgeFromOriginal
]
Inherited from
DiffGraph
def
edgesInOriginal
:
Vector
[
EdgeInOriginal
]
Inherited from
DiffGraph
def
edgesToOriginal
:
Vector
[
EdgeToOriginal
]
Inherited from
DiffGraph
def
nodeProperties
:
Vector
[
NodeProperty
]
Inherited from
DiffGraph
def
nodes
:
Iterator
[
NewNode
]
Inherited from
DiffGraph
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product