Class

org.scaladebugger.api.profiles.pure.info

PureMethodInfoProfile

Related Doc: package info

Permalink

class PureMethodInfoProfile extends MethodInfoProfile

Represents a pure implementation of a method profile that adds no custom logic on top of the standard JDI.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PureMethodInfoProfile
  2. MethodInfoProfile
  3. CommonInfoProfile
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureMethodInfoProfile(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducerProfile, _method: Method)

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the method

    infoProducer

    The producer of info-based profile instances

    _method

    The reference to the underlying JDI method

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val infoProducer: InfoProducerProfile

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def name: String

    Permalink

    Returns the name of this method.

    Returns the name of this method.

    returns

    The name of the method

    Definition Classes
    PureMethodInfoProfileMethodInfoProfile
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def newTypeProfile(_type: Type): TypeInfoProfile

    Permalink
    Attributes
    protected
  16. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  18. def parameterTypeInfo: Seq[TypeInfoProfile]

    Permalink

    Returns the type information for the method's parameter types.

    Returns the type information for the method's parameter types.

    returns

    The collection of profiles containing type information

    Definition Classes
    PureMethodInfoProfileMethodInfoProfile
  19. def parameterTypeNames: Seq[String]

    Permalink

    Returns the fully-qualified class names of the types for the parameters of this method.

    Returns the fully-qualified class names of the types for the parameters of this method.

    returns

    The collection of parameter type names

    Definition Classes
    PureMethodInfoProfileMethodInfoProfile
  20. def returnTypeInfo: TypeInfoProfile

    Permalink

    Returns the type information for the method's return type.

    Returns the type information for the method's return type.

    returns

    The profile containing type information

    Definition Classes
    PureMethodInfoProfileMethodInfoProfile
  21. def returnTypeName: String

    Permalink

    Returns the fully-qualified class name of the type for the return value of this method.

    Returns the fully-qualified class name of the type for the return value of this method.

    returns

    The return type name

    Definition Classes
    PureMethodInfoProfileMethodInfoProfile
  22. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the method

    The high-level virtual machine containing the method

    Definition Classes
    PureMethodInfoProfileCommonInfoProfile
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toJdiInstance: Method

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureMethodInfoProfileMethodInfoProfileCommonInfoProfile
  25. def toPrettyString: String

    Permalink

    Returns a string presenting a better human-readable description of the JDI instance.

    Returns a string presenting a better human-readable description of the JDI instance.

    returns

    The human-readable description

    Definition Classes
    MethodInfoProfileCommonInfoProfile
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def tryParameterTypeInfo: Try[Seq[TypeInfoProfile]]

    Permalink

    Returns the type information for the method's parameter types.

    Returns the type information for the method's parameter types.

    returns

    Success containing the collection of profiles containing type information

    Definition Classes
    MethodInfoProfile
  28. def tryParameterTypeNames: Try[Seq[String]]

    Permalink

    Returns the fully-qualified class names of the types for the parameters of this method.

    Returns the fully-qualified class names of the types for the parameters of this method.

    returns

    Success containing the collection of parameter type names, otherwise a failure

    Definition Classes
    MethodInfoProfile
  29. def tryReturnTypeInfo: Try[TypeInfoProfile]

    Permalink

    Returns the type information for the method's return type.

    Returns the type information for the method's return type.

    returns

    The profile containing type information

    Definition Classes
    MethodInfoProfile
  30. def tryReturnTypeName: Try[String]

    Permalink

    Returns the fully-qualified class name of the type for the return value of this method.

    Returns the fully-qualified class name of the type for the return value of this method.

    returns

    Success containing the return type name, otherwise a failure

    Definition Classes
    MethodInfoProfile
  31. final def wait(): Unit

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

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

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

Inherited from MethodInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped