|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAddressFactory | |
---|---|
org.eclipse.cdt.core | |
org.eclipse.cdt.debug.core.model | |
org.eclipse.cdt.debug.internal.core.model |
Uses of IAddressFactory in org.eclipse.cdt.core |
---|
Methods in org.eclipse.cdt.core that return IAddressFactory | |
---|---|
IAddressFactory |
IBinaryParser.IBinaryObject.getAddressFactory()
|
Uses of IAddressFactory in org.eclipse.cdt.debug.core.model |
---|
Methods in org.eclipse.cdt.debug.core.model that return IAddressFactory | |
---|---|
IAddressFactory |
IDisassembly.getAddressFactory()
Returns the address factory associated with this element. |
IAddressFactory |
ICModule.getAddressFactory()
Returns the address factory associated with this module. |
Uses of IAddressFactory in org.eclipse.cdt.debug.internal.core.model |
---|
Methods in org.eclipse.cdt.debug.internal.core.model that return IAddressFactory | |
---|---|
IAddressFactory |
Disassembly.getAddressFactory()
|
IAddressFactory |
CModule.getAddressFactory()
|
IAddressFactory |
CDebugTarget.getAddressFactory()
|
Constructors in org.eclipse.cdt.debug.internal.core.model with parameters of type IAddressFactory | |
---|---|
AsmInstruction(IAddressFactory factory,
org.eclipse.cdt.debug.core.cdi.model.ICDIInstruction cdiInstruction)
Constructor for AsmInstruction. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |