public static class LLVMOpInfo1.Buffer extends org.lwjgl.system.StructBuffer<LLVMOpInfo1,LLVMOpInfo1.Buffer> implements org.lwjgl.system.NativeResource
LLVMOpInfo1 structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
LLVMOpInfo1.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
LLVMOpInfoSymbol1 |
AddSymbol()
Returns a
LLVMOpInfoSymbol1 view of the AddSymbol field. |
LLVMOpInfo1.Buffer |
AddSymbol(java.util.function.Consumer<LLVMOpInfoSymbol1> consumer)
Passes the
AddSymbol field to the specified Consumer. |
LLVMOpInfo1.Buffer |
AddSymbol(LLVMOpInfoSymbol1 value)
Copies the specified
LLVMOpInfoSymbol1 to the AddSymbol field. |
LLVMOpInfoSymbol1 |
SubtractSymbol()
Returns a
LLVMOpInfoSymbol1 view of the SubtractSymbol field. |
LLVMOpInfo1.Buffer |
SubtractSymbol(java.util.function.Consumer<LLVMOpInfoSymbol1> consumer)
Passes the
SubtractSymbol field to the specified Consumer. |
LLVMOpInfo1.Buffer |
SubtractSymbol(LLVMOpInfoSymbol1 value)
Copies the specified
LLVMOpInfoSymbol1 to the SubtractSymbol field. |
long |
Value()
Returns the value of the
Value field. |
LLVMOpInfo1.Buffer |
Value(long value)
Sets the specified value to the
Value field. |
long |
VariantKind()
Returns the value of the
VariantKind field. |
LLVMOpInfo1.Buffer |
VariantKind(long value)
Sets the specified value to the
VariantKind field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
LLVMOpInfo1.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by LLVMOpInfo1.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public LLVMOpInfoSymbol1 AddSymbol()
LLVMOpInfoSymbol1 view of the AddSymbol field.public LLVMOpInfoSymbol1 SubtractSymbol()
LLVMOpInfoSymbol1 view of the SubtractSymbol field.public long Value()
Value field.public long VariantKind()
VariantKind field.public LLVMOpInfo1.Buffer AddSymbol(LLVMOpInfoSymbol1 value)
LLVMOpInfoSymbol1 to the AddSymbol field.public LLVMOpInfo1.Buffer AddSymbol(java.util.function.Consumer<LLVMOpInfoSymbol1> consumer)
AddSymbol field to the specified Consumer.public LLVMOpInfo1.Buffer SubtractSymbol(LLVMOpInfoSymbol1 value)
LLVMOpInfoSymbol1 to the SubtractSymbol field.public LLVMOpInfo1.Buffer SubtractSymbol(java.util.function.Consumer<LLVMOpInfoSymbol1> consumer)
SubtractSymbol field to the specified Consumer.public LLVMOpInfo1.Buffer Value(long value)
Value field.public LLVMOpInfo1.Buffer VariantKind(long value)
VariantKind field.Copyright LWJGL. All Rights Reserved. License terms.