Uses of Class
edu.umd.cs.findbugs.ba.npe.ReturnPathType
-
Packages that use ReturnPathType Package Description edu.umd.cs.findbugs.ba.npe -
-
Uses of ReturnPathType in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe that return ReturnPathType Modifier and Type Method Description ReturnPathTypeReturnPathTypeAnalysis. createFact()Methods in edu.umd.cs.findbugs.ba.npe with parameters of type ReturnPathType Modifier and Type Method Description voidReturnPathTypeAnalysis. 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)
-