Packages

t

org.opalj.br

TypeConversionFactory

trait TypeConversionFactory[T] extends AnyRef

A factory to create instruction sequences to convert one primitive type into another one.

Source
TypeConversionFactory.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeConversionFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def Double2Byte: T
  2. abstract def Double2Char: T
  3. abstract def Double2Float: T
  4. abstract def Double2Integer: T
  5. abstract def Double2Long: T
  6. abstract def Double2Short: T
  7. abstract def Float2Byte: T
  8. abstract def Float2Char: T
  9. abstract def Float2Double: T
  10. abstract def Float2Integer: T
  11. abstract def Float2Long: T
  12. abstract def Float2Short: T
  13. abstract def IntToByte: T
  14. abstract def IntToChar: T
  15. abstract def IntToDouble: T
  16. abstract def IntToFloat: T
  17. abstract def IntToLong: T
  18. abstract def IntToShort: T
  19. abstract def LangBooleanToPrimitiveBoolean: T
  20. abstract def LangByteToPrimitiveByte: T
  21. abstract def LangCharacterToPrimitiveChar: T
  22. abstract def LangDoubleToPrimitiveDouble: T
  23. abstract def LangFloatToPrimitiveFloat: T
  24. abstract def LangIntegerToPrimitiveInt: T
  25. abstract def LangLongToPrimitiveLong: T
  26. abstract def LangShortToPrimitiveShort: T
  27. abstract def Long2Byte: T
  28. abstract def Long2Char: T
  29. abstract def Long2Double: T
  30. abstract def Long2Float: T
  31. abstract def Long2Integer: T
  32. abstract def Long2Short: T
  33. abstract def NoConversion: T
  34. abstract def PrimitiveBooleanToLangBoolean: T
  35. abstract def PrimitiveByteToLangByte: T
  36. abstract def PrimitiveCharToLangCharacter: T
  37. abstract def PrimitiveDoubleToLangDouble: T
  38. abstract def PrimitiveFloatToLangFloat: T
  39. abstract def PrimitiveIntToLangInteger: T
  40. abstract def PrimitiveLongToLangLong: T
  41. abstract def PrimitiveShortToLangShort: T
  42. abstract def unboxValue(wrapperType: Type): T

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped