- java.lang.Object
-
- com.ibm.dtfj.image.javacore.JCImageModule
-
- All Implemented Interfaces:
ImageModule
public class JCImageModule extends Object implements ImageModule
-
-
Constructor Summary
Constructors Constructor Description JCImageModule(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(String key, String value)
void
addSymbol(ImageSymbol symbol)
String
getInternalName()
NON-DTFJ.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImageModule
getLoadAddress, getName, getProperties, getSections, getSymbols
-
-
-
-
Constructor Detail
-
JCImageModule
public JCImageModule(String name)
-
-
Method Detail
-
getInternalName
public String getInternalName()
NON-DTFJ. Used for internal building purposes. Do NOT call outside the building process. Use the DTFJ alternative instead.
-
addSymbol
public void addSymbol(ImageSymbol symbol)
-
-