Class FullyQualifiedJvmName
java.lang.Object
org.ek9lang.compiler.backend.jvm.FullyQualifiedJvmName
- All Implemented Interfaces:
Function<String,
,String> UnaryOperator<String>
Takes a fully qualified ek9 name and produces a name that is suitable for jvm internal use.
This involves converting something like "some.module.name::ConstructItem" into
something that can be used for a filename with the jvm like "com/module/name/ConstructItem".
-
Constructor Details
-
FullyQualifiedJvmName
FullyQualifiedJvmName()
-
-
Method Details
-
apply
-