Uses of Class
edu.umd.cs.findbugs.OpcodeStack
-
Packages that use OpcodeStack Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.bcel edu.umd.cs.findbugs.detect -
-
Uses of OpcodeStack in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as OpcodeStack Modifier and Type Field Description protected OpcodeStackOpcodeStack.JumpInfoFactory.JumpStackComputation. stackMethods in edu.umd.cs.findbugs that return OpcodeStack Modifier and Type Method Description OpcodeStackOpcodeStack.JumpInfoFactory.JumpStackComputation. getStack()Methods in edu.umd.cs.findbugs with parameters of type OpcodeStack Modifier and Type Method Description static BugAnnotationBugInstance. getSomeSource(ClassContext classContext, org.apache.bcel.classfile.Method method, Location location, OpcodeStack stack, int stackPos) -
Uses of OpcodeStack in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as OpcodeStack Modifier and Type Field Description (package private) OpcodeStackOpcodeStackScanner.EarlyExitException. stackMethods in edu.umd.cs.findbugs.ba that return OpcodeStack Modifier and Type Method Description static OpcodeStackOpcodeStackScanner. getStackAt(org.apache.bcel.classfile.JavaClass theClass, org.apache.bcel.classfile.Method method, int pc)Constructors in edu.umd.cs.findbugs.ba with parameters of type OpcodeStack Constructor Description EarlyExitException(OpcodeStack stack) -
Uses of OpcodeStack in edu.umd.cs.findbugs.bcel
Fields in edu.umd.cs.findbugs.bcel declared as OpcodeStack Modifier and Type Field Description protected OpcodeStackOpcodeStackDetector. stackMethods in edu.umd.cs.findbugs.bcel that return OpcodeStack Modifier and Type Method Description OpcodeStackOpcodeStackDetector. getStack() -
Uses of OpcodeStack in edu.umd.cs.findbugs.detect
Constructors in edu.umd.cs.findbugs.detect with parameters of type OpcodeStack Constructor Description BackwardsBranch(OpcodeStack stack, int from, int to)
-