|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.core.model.AsmSourceLine
public class AsmSourceLine
Adapter for ICDIMixedInstruction.
Constructor Summary | |
---|---|
AsmSourceLine(IAddressFactory factory,
java.lang.String text,
org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction[] cdiInstructions)
Constructor for AsmSourceLine. |
|
AsmSourceLine(IAddressFactory factory,
java.lang.String text,
int lineNumber,
org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction[] cdiInstructions)
Constructor for AsmSourceLine. |
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 |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AsmSourceLine(IAddressFactory factory, java.lang.String text, org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction[] cdiInstructions)
public AsmSourceLine(IAddressFactory factory, java.lang.String text, int lineNumber, org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction[] cdiInstructions)
Method Detail |
---|
public int getLineNumber()
IAsmSourceLine
getLineNumber
in interface IAsmSourceLine
public IAsmInstruction[] getInstructions()
IAsmSourceLine
getInstructions
in interface IAsmSourceLine
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |