PresentationCompilerClassLoader

scalafix.internal.pc.PresentationCompilerClassLoader
class PresentationCompilerClassLoader(parent: ClassLoader) extends ClassLoader

ClassLoader that is used to reflectively invoke presentation compiler APIs.

The presentation compiler APIs are compiled against exact Scala versions of the compiler while Scalafix rule only runs in a single Scala version. In order to communicate between Scalafix and the reflectively loaded compiler, this classloader shares a subset of Java classes that appear in method signatures of the PresentationCompiler class.

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def findClass(name: String): Class[_]

Attributes

Definition Classes
ClassLoader

Inherited methods

Attributes

Inherited from:
ClassLoader
final def getParent(): ClassLoader

Attributes

Inherited from:
ClassLoader
def getResource(x$0: String): URL

Attributes

Inherited from:
ClassLoader
def getResourceAsStream(x$0: String): InputStream

Attributes

Inherited from:
ClassLoader
def getResources(x$0: String): Enumeration[URL]

Attributes

Inherited from:
ClassLoader
def loadClass(x$0: String): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
ClassLoader
def setClassAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader
def setPackageAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader