Class LocationExtractorFromSymbol

java.lang.Object
org.ek9lang.compiler.support.LocationExtractorFromSymbol
All Implemented Interfaces:
Function<ISymbol,String>

public class LocationExtractorFromSymbol extends Object implements Function<ISymbol,String>
Extracts a string for the form "on line 6 in 'filename.ek9'". Typically used for error reporting.
  • Constructor Details

    • LocationExtractorFromSymbol

      public LocationExtractorFromSymbol()
  • Method Details