Packages

c

org.opalj.da

Field_Info

case class Field_Info(access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes = NoAttributes) extends ClassMember with Product with Serializable

Source
Field_Info.scala
Linear Supertypes
Serializable, Product, Equals, ClassMember, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Field_Info
  2. Serializable
  3. Product
  4. Equals
  5. ClassMember
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Field_Info(access_flags: Int, name_index: Constant_Pool_Index, descriptor_index: Constant_Pool_Index, attributes: Attributes = NoAttributes)

Value Members

  1. val access_flags: Int
  2. val attributes: Attributes
  3. val descriptor_index: Constant_Pool_Index
  4. def fieldName(implicit cp: Constant_Pool): String

    The field's name.

  5. def fieldType(implicit cp: Constant_Pool): FieldTypeInfo

    The type of the field.

  6. val name_index: Constant_Pool_Index
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def size: Int
  9. def toXHTML(implicit cp: Constant_Pool): Node