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 TypeMethodDescriptionvoidReturnPathTypeAnalysis.copy(ReturnPathType source, ReturnPathType dest) voidReturnPathType.copyFrom(ReturnPathType other) Make this dataflow fact an exact copy of the other one.voidReturnPathTypeAnalysis.edgeTransfer(Edge edge, ReturnPathType fact) intReturnPathTypeAnalysis.getLastUpdateTimestamp(ReturnPathType fact) voidReturnPathTypeAnalysis.initEntryFact(ReturnPathType result) booleanReturnPathTypeAnalysis.isTop(ReturnPathType fact) voidReturnPathTypeAnalysis.makeFactTop(ReturnPathType fact) voidReturnPathTypeAnalysis.meetInto(ReturnPathType fact, Edge edge, ReturnPathType result) voidReturnPathType.mergeWith(ReturnPathType fact) Merge this fact with given fact.booleanReturnPathTypeAnalysis.same(ReturnPathType fact1, ReturnPathType fact2) voidReturnPathTypeAnalysis.setLastUpdateTimestamp(ReturnPathType fact, int timestamp) voidReturnPathTypeAnalysis.transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, ReturnPathType start, ReturnPathType result)