JITField

Class wrapper for gcc_jit_field

Constructors

this
this()
this
this(gcc_jit_field* field)

Members

Functions

getField
gcc_jit_field* getField()

Returns the internal gcc_jit_field object.

Inherited Members

From JITObject

getContext
JITContext getContext()

Return the context this JITObject is within.

toString
string toString()

Get a human-readable description of this object.

getObject
gcc_jit_object* getObject()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta