classparse

ClassAttributes

object ClassAttributes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassAttributes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Attribute extends AnyRef

  2. case class BasicAttribute(name: String, info: fastparse.byte.all.Bytes) extends Attribute with Product with Serializable

  3. case class BootstrapMethod(bootstrapMethodRef: MethodHandle, bootstrapArguments: Seq[PoolItem]) extends Product with Serializable

  4. case class BootstrapMethodsAttribute(bootstrapMethods: Seq[BootstrapMethod]) extends Attribute with Product with Serializable

  5. case class CodeAttribute(maxStack: Int, maxLocals: Int, code: Seq[OpCode], exceptions: Seq[ExceptionHandler], attributes: Seq[Attribute]) extends Attribute with Product with Serializable

  6. case class ConstantValueAttribute(value: BasicElem) extends Attribute with Product with Serializable

  7. case class EnclosingMethodAttribute(enclosingClass: Class, enclosingMethodName: Option[String], enclosingMethodDescriptor: Option[String]) extends Attribute with Product with Serializable

  8. case class ExceptionHandler(startIdx: Int, endIdx: Int, handlerIdx: Int, catchType: Option[Class]) extends Product with Serializable

  9. case class ExceptionsAttribute(exceptions: Seq[Class]) extends Attribute with Product with Serializable

  10. case class InnerClass(innerClass: Class, outerClass: Option[Class], innerName: Option[String], accessFlags: InnerClassFlags) extends Product with Serializable

  11. case class InnerClassesAttribute(classes: Seq[InnerClass]) extends Attribute with Product with Serializable

  12. case class SignatureAttribute(signature: String) extends Attribute with Product with Serializable

  13. case class SourceFileAttribute(sourceFile: String) extends Attribute with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object DeprecatedAttribute extends Attribute

  7. object SyntheticAttribute extends Attribute

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val attributeParsers: Map[String, Parser[(ClassFileInfo) ⇒ Attribute, Byte, ByteVector]]

  10. val bootstrapMethods: Parser[(ClassFileInfo) ⇒ BootstrapMethodsAttribute, Byte, fastparse.byte.all.Bytes]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val code: Parser[(ClassFileInfo) ⇒ CodeAttribute, Byte, fastparse.byte.all.Bytes]

  13. val constantValue: Parser[(ClassFileInfo) ⇒ ConstantValueAttribute, Byte, fastparse.byte.all.Bytes]

  14. def convertToAttribute(classInfo: ClassFileInfo, attribute: AttributeInfo): Attribute

  15. val enclosingMethod: Parser[(ClassFileInfo) ⇒ EnclosingMethodAttribute, Byte, fastparse.byte.all.Bytes]

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. val exceptions: Parser[(ClassFileInfo) ⇒ ExceptionsAttribute, Byte, fastparse.byte.all.Bytes]

  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. val innerClasses: Parser[(ClassFileInfo) ⇒ InnerClassesAttribute, Byte, fastparse.byte.all.Bytes]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped