|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JLayoutFactory
A JLayoutFactory represents an abstract factory of class instance layouts and array layouts, both allocated into the heap of the Corosol JVM.
| Method Summary | |
|---|---|
JArrayLayout |
getArrayLayout(JClass componentType)
Returns the layout of an array of the specified component type into the Corosol JVM heap. |
JClassLayout |
getClassLayout(JClass type)
Returns the layout of a class instance of the specified type into the Corosol JVM heap. |
void |
updateLayouts(JHeap heap)
Updates the layouts. |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
configure, getComponentClass, replace |
| Method Detail |
|---|
JClassLayout getClassLayout(JClass type)
type - a object type
JArrayLayout getArrayLayout(JClass componentType)
type - a component type of an array
void updateLayouts(JHeap heap)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||