Class FullyQualifiedFileName

java.lang.Object
org.ek9lang.compiler.backend.llvm.FullyQualifiedFileName
All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>

final class FullyQualifiedFileName extends Object implements UnaryOperator<String>
Takes a fully qualified ek9 name and produces a name that is suitable for llvm use. This involves converting something like "some.module.name::ConstructItem" into something that can be used for a filename with the llvm like "com_module_name_ConstructItem.ll".
  • Constructor Details

    • FullyQualifiedFileName

      FullyQualifiedFileName()
  • Method Details