public abstract class CodegenCopierBase extends Object implements ClassCopierOrdinaryImpl.ClassFieldCopier
Constructor and Description |
---|
CodegenCopierBase(PipelineClassCopierFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
copyBoolean(long offset,
Object src,
Object dest) |
protected void |
copyByte(long offset,
Object src,
Object dest) |
protected void |
copyChar(long offset,
Object src,
Object dest) |
protected void |
copyDouble(long offset,
Object src,
Object dest) |
protected void |
copyFloat(long offset,
Object src,
Object dest) |
protected void |
copyInt(long offset,
Object src,
Object dest) |
protected void |
copyLong(long offset,
Object src,
Object dest) |
protected void |
copyObject(Map<Object,Object> oldToNew,
long offset,
Object src,
Object dest) |
protected void |
copyShort(long offset,
Object src,
Object dest) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy
public CodegenCopierBase(PipelineClassCopierFactory factory)
protected final void copyObject(Map<Object,Object> oldToNew, long offset, Object src, Object dest) throws ReflectiveCopyException
ReflectiveCopyException
Copyright © 2017 Oracle. All rights reserved.