final class FileDecoderProvider extends AnyRef
- Alphabetic
- By Inheritance
- FileDecoderProvider
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FileDecoderProvider(workspace: io.AbsolutePath, compilers: Compilers, buildTargets: BuildTargets, userConfig: () => UserConfiguration, shellRunner: ShellRunner, fileSystemSemanticdbs: FileSystemSemanticdbs, interactiveSemanticdbs: InteractiveSemanticdbs, languageClient: MetalsLanguageClient, clientConfig: ClientConfiguration, classFinder: ClassFinder)(implicit ec: ExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chooseClassFromFile(path: io.AbsolutePath, includeInnerClasses: Boolean): Future[DecoderResponse]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def decodedFileContents(uriAsStr: String): Future[DecoderResponse]
URI format...
URI format... metalsDecode:fileUrl.decodeExtension or jar:file:///jarPath/jar-sources.jar!/packagedir/file.java
Examples... javap: metalsDecode:file:///somePath/someFile.java.javap metalsDecode:file:///somePath/someFile.scala.javap metalsDecode:file:///somePath/someFile.class.javap
metalsDecode:file:///somePath/someFile.java.javap-verbose metalsDecode:file:///somePath/someFile.scala.javap-verbose metalsDecode:file:///somePath/someFile.class.javap-verbose
CFR: metalsDecode:file:///somePath/someFile.java.cfr metalsDecode:file:///somePath/someFile.scala.cfr metalsDecode:file:///somePath/someFile.class.cfr
semanticdb: metalsDecode:file:///somePath/someFile.java.semanticdb-compact metalsDecode:file:///somePath/someFile.java.semanticdb-detailed
metalsDecode:file:///somePath/someFile.scala.semanticdb-compact metalsDecode:file:///somePath/someFile.scala.semanticdb-detailed
metalsDecode:file:///somePath/someFile.java.semanticdb.semanticdb-compact metalsDecode:file:///somePath/someFile.java.semanticdb.semanticdb-detailed
metalsDecode:file:///somePath/someFile.scala.semanticdb.semanticdb-compact metalsDecode:file:///somePath/someFile.scala.semanticdb.semanticdb-detailed
tasty: metalsDecode:file:///somePath/someFile.scala.tasty-decoded metalsDecode:file:///somePath/someFile.tasty.tasty-decoded
jar: metalsDecode:jar:file:///somePath/someFile-sources.jar!/somePackage/someFile.java
build target: metalsDecode:file:///workspacePath/buildTargetName.metals-buildtarget
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getTastyForURI(uri: URI): Future[Either[String, String]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated