Package

org.opalj

br

Permalink

package br

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. br
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Annotations = IndexedSeq[Annotation]

    Permalink
  2. type Attributes = Seq[Attribute]

    Permalink
  3. type BootstrapArguments = IndexedSeq[BootstrapArgument]

    Permalink
  4. type BootstrapMethods = IndexedSeq[BootstrapMethod]

    Permalink
  5. type ElementValuePairs = IndexedSeq[ElementValuePair]

    Permalink
  6. type ExceptionHandlers = IndexedSeq[ExceptionHandler]

    Permalink
  7. type Exceptions = Seq[ObjectType]

    Permalink
  8. type Fields = IndexedSeq[Field]

    Permalink
  9. type InnerClasses = IndexedSeq[InnerClass]

    Permalink
  10. type Instructions = Array[Instruction]

    Permalink
  11. type LineNumbers = Seq[LineNumber]

    Permalink
  12. type LiveVariables = Array[BitSet]

    Permalink
  13. type LocalVariableTypes = IndexedSeq[LocalVariableType]

    Permalink
  14. type LocalVariables = IndexedSeq[LocalVariable]

    Permalink
  15. type MethodParameters = IndexedSeq[MethodParameter]

    Permalink
  16. type Methods = IndexedSeq[Method]

    Permalink
  17. type Opcode = Int

    Permalink
  18. type PC = Int

    Permalink
  19. type PCs = IntSet

    Permalink
  20. type ParameterAnnotations = IndexedSeq[Annotations]

    Permalink
  21. type SourceElementID = Int

    Permalink
  22. type StackMapFrames = IndexedSeq[StackMapFrame]

    Permalink
  23. type TypeAnnotations = IndexedSeq[TypeAnnotation]

    Permalink
  24. type UpperTypeBound = UIDSet[ReferenceType]

    Permalink
  25. type VerificationTypeInfoLocals = IndexedSeq[VerificationTypeInfo]

    Permalink
  26. type VerificationTypeInfoStack = IndexedSeq[VerificationTypeInfo]

    Permalink

Value Members

  1. final val ConfigKeyPrefix: String("org.opalj.br.")

    Permalink
  2. object MaxLocalsEvaluation extends DefaultOneStepAnalysis

    Permalink

    Computes some statistics related to the number of parameters and locals (Local Variables/Registers) defined/specified by each method.

  3. final def NoPCs: EmptyIntSet.type

    Permalink
  4. object PrintBaseCFG

    Permalink

    Prints the CFG of a method using a data-flow independent analysis.

  5. object StringConstants extends DefaultOneStepAnalysis

    Permalink

    Prints out all string constants found in the bytecode.

  6. object ThrownExceptions extends DefaultOneStepAnalysis

    Permalink

    Prints out the information about the exceptions thrown by methods.

  7. package analyses

    Permalink
  8. def annotationsToJava(annotations: Annotations, before: String, after: String): String

    Permalink
  9. final def assert(assertion: Boolean, message: ⇒ Any): Unit

    Permalink
    Annotations
    @elidable( 2000 ) @inline()
  10. def assert(assertion: Boolean): Unit

    Permalink
    Annotations
    @elidable( 2000 )
  11. def classAccessFlagsToString(accessFlags: Int): String

    Permalink
  12. def classAccessFlagsToXHTML(accessFlags: Int): Node

    Permalink
  13. def methodAccessFlagsToString(accessFlags: Int): String

    Permalink
  14. def methodToXHTML(accessFlags: Int, name: String, descriptor: MethodDescriptor, abbreviateTypes: Boolean): Node

    Permalink
  15. def methodToXHTML(name: String, descriptor: MethodDescriptor, abbreviateTypes: Boolean): Node

    Permalink
  16. def typeToXHTML(accessFlags: Int, t: Type, abbreviateTypes: Boolean): Node

    Permalink
  17. def typeToXHTML(t: Type, abbreviateType: Boolean): Node

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped