public interface IMCFrame
It's recommended, but by design not a requirement, that classes that implements IMCFrame also
implement IMCMethod. This allow classes in higher layers to treat a frame just like a
method, for instance when using Eclipse object contribution mechanism.
This can be implemented simply by letting getMethod() return this.
| Modifier and Type | Interface and Description |
|---|---|
static class |
IMCFrame.Type
Frame compilation types.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBCI()
Returns the byte code index in Java class file, or
null if not available. |
java.lang.Integer |
getFrameLineNumber()
Returns the line number for the frame, or
null if not available. |
IMCMethod |
getMethod()
The method for the frame.
|
IMCFrame.Type |
getType()
The compilation type of the frame.
|
java.lang.Integer getFrameLineNumber()
null if not available.java.lang.Integer getBCI()
null if not available.IMCFrame.Type getType()