org.eclipse.cdt.debug.internal.ui.views.disassembly
Class DisassemblyAnnotationHover

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyAnnotationHover
All Implemented Interfaces:
org.eclipse.jface.text.source.IAnnotationHover

public class DisassemblyAnnotationHover
extends java.lang.Object
implements org.eclipse.jface.text.source.IAnnotationHover

Annotation hovering support for disassembly view.


Constructor Summary
DisassemblyAnnotationHover()
           
 
Method Summary
 java.lang.String getHoverInfo(org.eclipse.jface.text.source.ISourceViewer sourceViewer, int lineNumber)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisassemblyAnnotationHover

public DisassemblyAnnotationHover()
Method Detail

getHoverInfo

public java.lang.String getHoverInfo(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                     int lineNumber)
Specified by:
getHoverInfo in interface org.eclipse.jface.text.source.IAnnotationHover