public static class SubstrateDataBuilder.ObjectData
extends org.graalvm.compiler.code.DataSection.Data
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectData(SubstrateObjectConstant constant) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(ByteBuffer buffer,
org.graalvm.compiler.code.DataSection.Patches patches) |
SubstrateObjectConstant |
getConstant() |
protected ObjectData(SubstrateObjectConstant constant)
public SubstrateObjectConstant getConstant()
protected void emit(ByteBuffer buffer, org.graalvm.compiler.code.DataSection.Patches patches)
emit in class org.graalvm.compiler.code.DataSection.Data