Object

classparse

ClassAttributes

Related Doc: package classparse

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Attribute extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DeprecatedAttribute extends Attribute

    Permalink
  5. object SyntheticAttribute extends Attribute

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
  9. def clone(): AnyRef

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

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

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

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

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  17. def finalize(): Unit

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

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

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped