public static class ConditionalBranchNode.ConditionalBranchMemory extends AbstractBaseLinkedListNode<Memory> implements Externalizable, Memory
Constructor and Description |
---|
ConditionalBranchMemory() |
ConditionalBranchMemory(Object context) |
Modifier and Type | Method and Description |
---|---|
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
void |
readExternal(ObjectInput in) |
void |
reset() |
void |
setSegmentMemory(SegmentMemory segmentMemory) |
void |
writeExternal(ObjectOutput out) |
getNext, getPrevious, nullPrevNext, setNext, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrCreateSegmentMemory
getPrevious, nullPrevNext, setPrevious
public Object context
public ConditionalBranchMemory()
public ConditionalBranchMemory(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 segmentMemory)
setSegmentMemory
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.