org.eclipse.cdt.debug.core.model
Interface IAsmSourceLine

All Known Implementing Classes:
AsmSourceLine

public interface IAsmSourceLine

A source line in disassembly.


Method Summary
 IAsmInstruction[] getInstructions()
          Returns the array of the disassembly instructions associated with this source line.
 int getLineNumber()
          Returns the number of this line in the source file
 

Method Detail

getInstructions

IAsmInstruction[] getInstructions()
Returns the array of the disassembly instructions associated with this source line.

Returns:
the array of the disassembly instructions associated with this source line

getLineNumber

int getLineNumber()
Returns the number of this line in the source file

Returns:
the line number