public static class EvalConditionNode.EvalMemory extends AbstractBaseLinkedListNode<Memory> implements Externalizable, Memory
| Constructor and Description |
|---|
EvalMemory() |
EvalMemory(Object context) |
| Modifier and Type | Method and Description |
|---|---|
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
void |
readExternal(ObjectInput in) |
void |
reset() |
void |
setSegmentMemory(SegmentMemory smem) |
void |
writeExternal(ObjectOutput out) |
getNext, getPrevious, nullPrevNext, setNext, setPreviousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrevious, nullPrevNext, setPreviouspublic Object context
public EvalMemory()
public EvalMemory(Object context)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic short getNodeType()
getNodeType in interface Memorypublic void setSegmentMemory(SegmentMemory smem)
setSegmentMemory in interface Memorypublic SegmentMemory getSegmentMemory()
getSegmentMemory in interface MemoryCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.