public static class EvalConditionNode.EvalMemory extends AbstractBaseLinkedListNode<Memory> implements Externalizable, Memory
Constructor and Description |
---|
EvalConditionNode.EvalMemory() |
EvalConditionNode.EvalMemory(Object context) |
Modifier and Type | Method and Description |
---|---|
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
void |
readExternal(ObjectInput in) |
void |
setSegmentMemory(SegmentMemory smem) |
void |
writeExternal(ObjectOutput out) |
getNext, getPrevious, nullPrevNext, setNext, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrevious, nullPrevNext, setPrevious
public Object context
public EvalConditionNode.EvalMemory()
public EvalConditionNode.EvalMemory(Object context)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public short getNodeType()
getNodeType
in interface Memory
public void setSegmentMemory(SegmentMemory smem)
setSegmentMemory
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.