Uses of Class
edu.umd.cs.findbugs.ba.npe.ReturnPathType
Packages that use ReturnPathType
-
Uses of ReturnPathType in edu.umd.cs.findbugs.ba.npe
Subclasses with type arguments of type ReturnPathType in edu.umd.cs.findbugs.ba.npeModifier and TypeClassDescriptionclassA dataflow analysis to determine, at each location in a method's CFG, whether or not it is possible to return normally at that location.classDataflow class for ReturnPathTypeAnalysis.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) (package private) booleanReturnPathType.sameAs(ReturnPathType other) Determine whether this dataflow fact is identical to another one.voidReturnPathTypeAnalysis.setLastUpdateTimestamp(ReturnPathType fact, int timestamp) voidReturnPathTypeAnalysis.transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, ReturnPathType start, ReturnPathType result)