package
br
Type Members
-
type
Annotations = IndexedSeq[Annotation]
-
type
Attributes = Seq[Attribute]
-
type
BootstrapArguments = IndexedSeq[BootstrapArgument]
-
type
BootstrapMethods = IndexedSeq[BootstrapMethod]
-
type
ElementValuePairs = IndexedSeq[ElementValuePair]
-
type
ExceptionHandlers = IndexedSeq[ExceptionHandler]
-
type
Exceptions = Seq[ObjectType]
-
type
Fields = IndexedSeq[Field]
-
type
InnerClasses = IndexedSeq[InnerClass]
-
type
Instructions = Array[Instruction]
-
type
LineNumbers = Seq[LineNumber]
-
type
LiveVariables = Array[BitSet]
-
type
LocalVariableTypes = IndexedSeq[LocalVariableType]
-
type
LocalVariables = IndexedSeq[LocalVariable]
-
type
MethodParameters = IndexedSeq[MethodParameter]
-
type
Methods = IndexedSeq[Method]
-
type
Opcode = Int
-
type
PC = Int
-
type
PCs = IntSet
-
type
ParameterAnnotations = IndexedSeq[Annotations]
-
type
SourceElementID = Int
-
type
StackMapFrames = IndexedSeq[StackMapFrame]
-
type
TypeAnnotations = IndexedSeq[TypeAnnotation]
-
type
UpperTypeBound = UIDSet[ReferenceType]
-
type
VerificationTypeInfoLocals = IndexedSeq[VerificationTypeInfo]
-
type
VerificationTypeInfoStack = IndexedSeq[VerificationTypeInfo]
Value Members
-
final
val
ConfigKeyPrefix: String("org.opalj.br.")
-
-
final
def
NoPCs: EmptyIntSet.type
-
-
object
StringConstants extends DefaultOneStepAnalysis
-
object
ThrownExceptions extends DefaultOneStepAnalysis
-
-
def
annotationsToJava(annotations: Annotations, before: String, after: String): String
-
final
def
assert(assertion: Boolean, message: ⇒ Any): Unit
-
def
assert(assertion: Boolean): Unit
-
def
classAccessFlagsToString(accessFlags: Int): String
-
def
classAccessFlagsToXHTML(accessFlags: Int): Node
-
def
methodAccessFlagsToString(accessFlags: Int): String
-
def
methodToXHTML(accessFlags: Int, name: String, descriptor: MethodDescriptor, abbreviateTypes: Boolean): Node
-
def
methodToXHTML(name: String, descriptor: MethodDescriptor, abbreviateTypes: Boolean): Node
-
def
typeToXHTML(accessFlags: Int, t: Type, abbreviateTypes: Boolean): Node
-
def
typeToXHTML(t: Type, abbreviateType: Boolean): Node
Inherited from AnyRef
Inherited from Any