t

xsbti.compile

DefinesClass

trait DefinesClass extends AnyRef

Determine whether a classpath entry contains a class.

The corresponding classpath entry is not exposed by this interface.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefinesClass
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(className: String): Boolean

    Return true if the classpath entry contains the requested class.

    Return true if the classpath entry contains the requested class.

    className

    Binary name with JVM-like representation. Inner classes are represented with '$'. For more information on the binary name format, check section 13.1 of the Java Language Specification.

    returns

    True if className is found in the classpath entry.