|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisassemblyBlock
Represents a contiguous segment of disassembly in an execution context.
Method Summary | |
---|---|
boolean |
contains(ICStackFrame frame)
Returns whether this block contains given stack frame. |
IDisassembly |
getDisassembly()
Returns the parent disassembly object. |
java.lang.String |
getModuleFile()
Returns the platform-dependent path of the executable associated with this segment. |
java.lang.Object |
getSourceElement()
Returns the source element ( IFile or File> )
of the source file associated with this segment or null if no source file is associated. |
IAsmSourceLine[] |
getSourceLines()
Return the array of source lines associated with this block. |
boolean |
isMixedMode()
Returns whether this block contains mixed source/disassembly information. |
Method Detail |
---|
IDisassembly getDisassembly()
java.lang.String getModuleFile()
java.lang.Object getSourceElement()
IFile
or File>
)
of the source file associated with this segment or null if no source file is associated.
boolean contains(ICStackFrame frame)
frame
- the stack frame
IAsmSourceLine[] getSourceLines()
boolean isMixedMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |