final class FileDecoderProvider extends AnyRef
- Alphabetic
- By Inheritance
- FileDecoderProvider
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new FileDecoderProvider(workspace: io.AbsolutePath, compilers: Compilers, buildTargets: BuildTargets, userConfig: () ⇒ UserConfiguration, shellRunner: ShellRunner, fileSystemSemanticdbs: FileSystemSemanticdbs, 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( ... ) @native()
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTastyForURI(uri: URI): Future[Either[String, String]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()