Packages

t

org.opalj.br

ClassFileAttributeBuilder

trait ClassFileAttributeBuilder extends AnyRef

Given a class files' main elements the attribute is build.

Source
ClassFileAttributeBuilder.scala
See also

The BytecodeAssember framework for an example usage.

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

Abstract Value Members

  1. abstract def apply(version: UShortPair, accessFlags: Int, thisType: ObjectType, superclassType: Option[ObjectType], interfaceTypes: ArraySeq[ObjectType], fields: ArraySeq[FieldTemplate], methods: ArraySeq[MethodTemplate]): Attribute