JavaParserProxyJvm

A JavaParserProxy that relies on java-class-name in the class path, rather than downloading it and running it as an external binary.

Should be used from Scala CLI when it's run on the JVM.

class Object
trait Matchable
class Any

Value members

Concrete methods

override def className(content: Array[Byte]): Either[BuildException, Option[String]]
Definition Classes