Uses of Class
edu.umd.cs.findbugs.ba.LockSet
-
Packages that use LockSet Package Description edu.umd.cs.findbugs.ba -
-
Uses of LockSet in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return LockSet Modifier and Type Method Description LockSetLockAnalysis. createFact()LockSetLockChecker. getFactAtLocation(Location location)Get LockSet at given Location.Methods in edu.umd.cs.findbugs.ba with parameters of type LockSet Modifier and Type Method Description voidLockAnalysis. copy(LockSet source, LockSet dest)voidLockSet. copyFrom(LockSet other)Make this LockSet the same as the given one.voidLockAnalysis. initEntryFact(LockSet result)voidLockSet. intersectWith(LockSet other)Destructively intersect this lock set with another.booleanLockAnalysis. isFactValid(LockSet fact)booleanLockAnalysis. isTop(LockSet fact)voidLockAnalysis. makeFactTop(LockSet fact)voidLockAnalysis. meetInto(LockSet fact, Edge edge, LockSet result)voidLockSet. meetWith(LockSet other)Meet this LockSet with another LockSet, storing the result in this object.booleanLockAnalysis. same(LockSet fact1, LockSet fact2)booleanLockSet. sameAs(LockSet other)Return whether or not this LockSet is the same as the one given.voidLockAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, LockSet fact)
-