Uses of Class
edu.umd.cs.findbugs.ba.npe.ReturnPathType
Packages that use ReturnPathType
-
Uses of ReturnPathType in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe that return ReturnPathTypeMethods in edu.umd.cs.findbugs.ba.npe with parameters of type ReturnPathTypeModifier and TypeMethodDescriptionvoid
ReturnPathTypeAnalysis.copy
(ReturnPathType source, ReturnPathType dest) void
ReturnPathType.copyFrom
(ReturnPathType other) Make this dataflow fact an exact copy of the other one.void
ReturnPathTypeAnalysis.edgeTransfer
(Edge edge, ReturnPathType fact) int
ReturnPathTypeAnalysis.getLastUpdateTimestamp
(ReturnPathType fact) void
ReturnPathTypeAnalysis.initEntryFact
(ReturnPathType result) boolean
ReturnPathTypeAnalysis.isTop
(ReturnPathType fact) void
ReturnPathTypeAnalysis.makeFactTop
(ReturnPathType fact) void
ReturnPathTypeAnalysis.meetInto
(ReturnPathType fact, Edge edge, ReturnPathType result) void
ReturnPathType.mergeWith
(ReturnPathType fact) Merge this fact with given fact.boolean
ReturnPathTypeAnalysis.same
(ReturnPathType fact1, ReturnPathType fact2) (package private) boolean
ReturnPathType.sameAs
(ReturnPathType other) Determine whether this dataflow fact is identical to another one.void
ReturnPathTypeAnalysis.setLastUpdateTimestamp
(ReturnPathType fact, int timestamp) void
ReturnPathTypeAnalysis.transfer
(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, ReturnPathType start, ReturnPathType result)