scala.tools.nsc.backend.jvm.GenASM

JBeanInfoBuilder

class JBeanInfoBuilder extends JBuilder

builder of bean info classes

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JBeanInfoBuilder
  2. JBuilder
  3. AnyRef
  4. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JBeanInfoBuilder(bytecodeWriter: GenASM.BytecodeWriter, needsOutfile: Boolean)

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to StringAdd[JBeanInfoBuilder] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JBeanInfoBuilder, B)

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to ArrowAssoc[JBeanInfoBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val CLASS_CONSTRUCTOR_NAME: String

    Definition Classes
    JBuilder
  9. val EMPTY_STRING_ARRAY: Array[String]

    Definition Classes
    JBuilder
  10. val INNER_CLASSES_FLAGS: Int

    Definition Classes
    JBuilder
  11. val INSTANCE_CONSTRUCTOR_NAME: String

    Definition Classes
    JBuilder
  12. def addInnerClasses(csym: Global.Symbol, jclass: ClassVisitor): Unit

    Definition Classes
    JBuilder
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def createJAttribute(name: String, b: Array[Byte], offset: Int, len: Int): Attribute

    Definition Classes
    JBuilder
  16. def createJClass(access: Int, name: String, signature: String, superName: String, interfaces: Array[String]): ClassWriter

    Returns a new ClassWriter for the class given by arguments.

    Returns a new ClassWriter for the class given by arguments.

    access

    the class's access flags. This parameter also indicates if the class is deprecated.

    name

    the internal name of the class.

    signature

    the signature of this class. May be null if the class is not a generic one, and does not extend or implement generic classes or interfaces.

    superName

    the internal of name of the super class. For interfaces, the super class is Object. May be null, but only for the Object class.

    interfaces

    the internal names of the class's interfaces (see Type#getInternalName() getInternalName). May be null.

    Definition Classes
    JBuilder
  17. def descriptor(s: Global.Symbol): String

    Definition Classes
    JBuilder
  18. def descriptor(k: Global.icodes.TypeKind): String

    Definition Classes
    JBuilder
  19. def descriptor(t: Global.Type): String

    Definition Classes
    JBuilder
  20. def ensuring(cond: (JBeanInfoBuilder) ⇒ Boolean, msg: ⇒ Any): JBeanInfoBuilder

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to Ensuring[JBeanInfoBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (JBeanInfoBuilder) ⇒ Boolean): JBeanInfoBuilder

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to Ensuring[JBeanInfoBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): JBeanInfoBuilder

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to Ensuring[JBeanInfoBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): JBeanInfoBuilder

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to Ensuring[JBeanInfoBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to StringFormat[JBeanInfoBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. def genBeanInfoClass(clasz: Global.icodes.IClass): Unit

    Generate a bean info class that describes the given class.

  29. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  31. val innerClassBuffer: LinkedHashSet[Global.Symbol]

    Definition Classes
    JBuilder
  32. def innerClassSymbolFor(s: Global.Symbol): Global.Symbol

    For given symbol return a symbol corresponding to a class that should be declared as inner class.

    For given symbol return a symbol corresponding to a class that should be declared as inner class.

    For example: class A { class B object C }

    then method will return: NoSymbol for A, the same symbol for A.B (corresponding to A$B class), and A$C$ symbol for A.C.

    Definition Classes
    JBuilder
  33. def isDeprecated(sym: Global.Symbol): Boolean

    Definition Classes
    JBuilder
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def javaArrayType(elem: Type): Type

    Definition Classes
    JBuilder
  36. def javaName(sym: Global.Symbol): String

    Return the name of this symbol that can be used on the Java platform.

    Return the name of this symbol that can be used on the Java platform. It removes spaces from names.

    Special handling: scala.Nothing erases to scala.runtime.Nothing$ scala.Null erases to scala.runtime.Null$

    This is needed because they are not real classes, and they mean 'abrupt termination upon evaluation of that expression' or null respectively. This handling is done already in GenICode, but here we need to remove references from method signatures to these types, because such classes cannot exist in the classpath: the type checker will be very confused.

    Definition Classes
    JBuilder
  37. def javaType(s: Global.Symbol): Type

    Definition Classes
    JBuilder
  38. def javaType(t: Global.Type): Type

    Definition Classes
    JBuilder
  39. def javaType(tk: Global.icodes.TypeKind): Type

    Definition Classes
    JBuilder
  40. val mdesc_arglessvoid: String

    Definition Classes
    JBuilder
  41. def mkArray(xs: Traversable[String]): Array[String]

    Specialized array conversion to prevent calling java.

    Specialized array conversion to prevent calling java.lang.reflect.Array.newInstance via TraversableOnce.toArray

    Definition Classes
    JBuilder
  42. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def writeIfNotTooBig(label: String, jclassName: String, jclass: ClassWriter, sym: Global.Symbol): Unit

    Definition Classes
    JBuilder
  51. def [B](y: B): (JBeanInfoBuilder, B)

    Implicit information
    This member is added by an implicit conversion from JBeanInfoBuilder to ArrowAssoc[JBeanInfoBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from JBuilder

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from JBeanInfoBuilder to StringAdd[JBeanInfoBuilder]

Inherited by implicit conversion StringFormat from JBeanInfoBuilder to StringFormat[JBeanInfoBuilder]

Inherited by implicit conversion Ensuring from JBeanInfoBuilder to Ensuring[JBeanInfoBuilder]

Inherited by implicit conversion ArrowAssoc from JBeanInfoBuilder to ArrowAssoc[JBeanInfoBuilder]

Ungrouped