object ClassFile
Defines factory and extractor methods for ClassFile
objects as well as related
constants.
- Source
- ClassFile.scala
- Alphabetic
- By Inheritance
- ClassFile
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val annotationMask: Int
- def apply(minorVersion: Int = 0, majorVersion: Int = 50, accessFlags: Int = ACC_PUBLIC.mask | ACC_SUPER.mask, thisType: ObjectType, superclassType: Option[ObjectType] = Some(ObjectType.Object), interfaceTypes: Interfaces = NoInterfaces, fields: FieldTemplates = NoFieldTemplates, methods: MethodTemplates = NoMethodTemplates, attributes: Attributes = NoAttributes): ClassFile
- accessFlags
This class' access flags, by default: PUBLIC and SUPER (always need to be set)
- superclassType
The class from which this class/interface inherits from. By default
java.lang.Object
.
- Note
The default version is equivalent to Java 5, i.e., no StackMapTable attribute is required.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val classCategoryMask: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def reify(minorVersion: Int = 0, majorVersion: Int = 50, accessFlags: Int = ACC_PUBLIC.mask | ACC_SUPER.mask, thisType: ObjectType, superclassType: Option[ObjectType] = Some(ObjectType.Object), interfaceTypes: Interfaces = NoInterfaces, fields: Fields = NoFields, methods: Methods = NoMethods, attributes: Attributes = NoAttributes): ClassFile
- Attributes
- protected[br]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unapply(classFile: ClassFile): Option[(Int, ObjectType, Option[ObjectType], Seq[ObjectType])]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated