Class DebugInfoCreator

java.lang.Object
org.ek9lang.compiler.phase7.support.DebugInfoCreator
All Implemented Interfaces:
Function<IToken,DebugInfo>

public final class DebugInfoCreator extends Object implements Function<IToken,DebugInfo>
Creates the debug information for the symbol provided. Filename, line number and position. This helps when translating the IR into a real back end to debug information can be incorporated in to the final output.