Package edu.umd.cs.findbugs.ba.type


@ParametersAreNonnullByDefault @AnalysisContextContained package edu.umd.cs.findbugs.ba.type
  • Class
    Description
    Special "bottom" type.
    Special type used to represent the "extra" part of a double value.
    Special ReferenceType representing the type of a caught exception.
    Class for keeping track of exceptions that can be thrown by an instruction.
     
    Extended type codes used by StackAndLocalTypes and StackAndLocalTypeAnalysis for typing locals and stack values used in Java bytecode.
    Field property storing the types of values stored in a field.
     
    Special type used to represent the "extra" part of a long value.
    Special type representing the null value.
    A TypeMerger which applies standard Java semantics when merging Types.
    An exception thrown from an instruction.
    Special "top" type.
    A forward dataflow analysis to determine the types of all values in the Java stack frame at all points in a Java method.
     
     
    A specialization of Frame for determining the types of values in the Java stack frame (locals and operand stack).
    Visitor to model the effects of bytecode instructions on the types of the values (local and operand stack) in Java stack frames.
    Interface for object which merges types for TypeAnalysis.