Interface Source

All Known Implementing Classes:
CompilableSource

public interface Source
Defines the concept of an EK9 source file. This can be development or library or just a main line source file. i.e. not dev and not lib - means it is main project source.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
     
    default boolean
     
  • Method Details

    • getFileName

      String getFileName()
    • isDev

      default boolean isDev()
    • isLib

      default boolean isLib()