|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClarionMemoryModel | |
|---|---|
| org.jclarion.clarion | |
| org.jclarion.clarion.runtime | |
| org.jclarion.clarion.runtime.ref | |
| org.jclarion.clarion.swing | |
| Uses of ClarionMemoryModel in org.jclarion.clarion |
|---|
| Subclasses of ClarionMemoryModel in org.jclarion.clarion | |
|---|---|
class |
ClarionAny
|
class |
ClarionAsciiFile
|
class |
ClarionBasicFile
|
class |
ClarionBinaryFile
|
class |
ClarionBlob
Not entirely sure what a blob is. |
class |
ClarionBool
|
class |
ClarionDecimal
Model decimal. |
class |
ClarionFile
Provide abstract model of a File entity in clarion. |
class |
ClarionGroup
Model a group of parameters |
class |
ClarionNumber
Model number. |
class |
ClarionObject
|
class |
ClarionQueue
Model a queue A queue is like an Array collection in Java. |
class |
ClarionReal
Model floating point number. |
class |
ClarionSQLFile
|
class |
ClarionString
Model a string in clarion Internal storage of string uses following parameters: lState.string - String lState.chararray - chararray lState.chararray_len - string len in char array lState.chararry is the accurate representation. |
| Methods in org.jclarion.clarion that return ClarionMemoryModel | |
|---|---|
ClarionMemoryModel |
ClarionQueue.castTo(java.lang.Class<? extends ClarionMemoryModel> clazz)
|
ClarionMemoryModel |
ClarionMemoryModel.castTo(java.lang.Class<? extends ClarionMemoryModel> clazz)
|
| Methods in org.jclarion.clarion with parameters of type ClarionMemoryModel | |
|---|---|
void |
ClarionObject.doSetOver(ClarionMemoryModel over)
|
void |
ClarionObject.doSetOver(ClarionMemoryModel[] over)
|
protected void |
ClarionMemoryModel.lock(ClarionMemoryModel base,
java.lang.Thread t)
|
void |
ClarionAny.objectChanged(ClarionMemoryModel model)
|
void |
ClarionMemoryChangeListener.objectChanged(ClarionMemoryModel model)
|
ClarionDecimal |
ClarionDecimal.setOver(ClarionMemoryModel object)
Overlay this object with specified object |
ClarionNumber |
ClarionNumber.setOver(ClarionMemoryModel o)
Overlay this object on another objects memory model |
ClarionString |
ClarionString.setOver(ClarionMemoryModel o)
Overlay string onto another clarion object |
ClarionGroup |
ClarionGroup.setOver(ClarionMemoryModel cmm)
|
ClarionString |
ClarionString.setOver(ClarionMemoryModel[] o)
Overlay string onto another clarion object (array of objects) |
ClarionGroup |
ClarionGroup.setOver(ClarionMemoryModel[] o)
|
void |
ClarionObject.setOver(ClarionMemoryModel[] source,
ClarionMemoryModel target)
|
void |
ClarionObject.setOver(ClarionMemoryModel[] source,
ClarionMemoryModel target)
|
ClarionString[] |
ClarionString.setOverAndDim(ClarionMemoryModel over,
int size)
|
| Method parameters in org.jclarion.clarion with type arguments of type ClarionMemoryModel | |
|---|---|
ClarionMemoryModel |
ClarionQueue.castTo(java.lang.Class<? extends ClarionMemoryModel> clazz)
|
ClarionMemoryModel |
ClarionMemoryModel.castTo(java.lang.Class<? extends ClarionMemoryModel> clazz)
|
| Constructors in org.jclarion.clarion with parameters of type ClarionMemoryModel | |
|---|---|
ClarionMemoryModel(ClarionMemoryModel base,
java.lang.Thread lock)
|
|
| Uses of ClarionMemoryModel in org.jclarion.clarion.runtime |
|---|
| Subclasses of ClarionMemoryModel in org.jclarion.clarion.runtime | |
|---|---|
class |
ManyGlue
glue many memory objects together (serially) and treat them as a single object |
| Methods in org.jclarion.clarion.runtime with parameters of type ClarionMemoryModel | |
|---|---|
void |
ManyGlue.add(ClarionMemoryModel model)
|
static ManyGlue |
ManyGlue.array(ClarionMemoryModel[] array)
|
static java.lang.Object |
CMemory.castTo(ClarionMemoryModel mode,
java.lang.Class<? extends ClarionMemoryModel> clazz)
|
void |
OverGlue.objectChanged(ClarionMemoryModel model)
|
static int |
CMemory.size(ClarionMemoryModel o)
Return memory footprint size of supplied object |
| Method parameters in org.jclarion.clarion.runtime with type arguments of type ClarionMemoryModel | |
|---|---|
static java.lang.Object |
CMemory.castTo(ClarionMemoryModel mode,
java.lang.Class<? extends ClarionMemoryModel> clazz)
|
| Constructors in org.jclarion.clarion.runtime with parameters of type ClarionMemoryModel | |
|---|---|
OverGlue(ClarionMemoryModel left,
ClarionMemoryModel right)
|
|
| Uses of ClarionMemoryModel in org.jclarion.clarion.runtime.ref |
|---|
| Subclasses of ClarionMemoryModel in org.jclarion.clarion.runtime.ref | |
|---|---|
class |
RefVariable<T>
|
| Uses of ClarionMemoryModel in org.jclarion.clarion.swing |
|---|
| Subclasses of ClarionMemoryModel in org.jclarion.clarion.swing | |
|---|---|
class |
SimpleComboQueue
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||