Class AtlSourceLocator

  • All Implemented Interfaces:
    org.eclipse.debug.core.model.ISourceLocator

    public class AtlSourceLocator
    extends java.lang.Object
    implements org.eclipse.debug.core.model.ISourceLocator
    The ATL source locator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSourceElement​(org.eclipse.debug.core.model.IStackFrame stackFrame)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AtlSourceLocator

        public AtlSourceLocator()
    • Method Detail

      • getSourceElement

        public java.lang.Object getSourceElement​(org.eclipse.debug.core.model.IStackFrame stackFrame)
        Specified by:
        getSourceElement in interface org.eclipse.debug.core.model.ISourceLocator
        See Also:
        ISourceLocator.getSourceElement(org.eclipse.debug.core.model.IStackFrame)