Uses of Class
edu.umd.cs.findbugs.ba.LockSet
-
Packages that use LockSet Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of LockSet in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type LockSet Modifier and Type Field Description private java.util.HashMap<Location,LockSet>LockChecker. cacheMethods 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.private booleanLockSet. identicalSubset(LockSet other)voidLockAnalysis. initEntryFact(LockSet result)voidLockSet. intersectWith(LockSet other)Destructively intersect this lock set with another.booleanLockAnalysis. isFactValid(LockSet fact)booleanLockAnalysis. isTop(LockSet fact)private voidLockAnalysis. lockOp(LockSet fact, int lockNumber, int delta)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.private voidLockAnalysis. modifyLock(ValueNumberFrame frame, LockSet fact, int delta)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)
-