Class EditingRuntime


  • public class EditingRuntime
    extends CFacade
    Generated facet for DNA struct type 'EditingRuntime'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct EditingRuntime.

        It is required when allocating a new block to store data for EditingRuntime.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__sequence_lookup

        public static final long[] __DNA__FIELD__sequence_lookup
        Field descriptor (offset) for struct member 'sequence_lookup'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         EditingRuntime editingruntime = ...;
         CPointer<Object> p = editingruntime.__dna__addressof(EditingRuntime.__DNA__FIELD__sequence_lookup);
         CPointer<CPointer<Object>> p_sequence_lookup = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'sequence_lookup'
        • Signature: 'SequenceLookup*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • EditingRuntime

        public EditingRuntime​(long __address,
                              Block __block,
                              BlockTable __blockTable)
    • Method Detail

      • getSequence_lookup

        public CPointer<java.lang.Object> getSequence_lookup()
                                                      throws java.io.IOException
        Get method for struct member 'sequence_lookup'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sequence_lookup
      • setSequence_lookup

        public void setSequence_lookup​(CPointer<java.lang.Object> sequence_lookup)
                                throws java.io.IOException
        Set method for struct member 'sequence_lookup'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sequence_lookup
      • __io__addressof

        public CPointer<EditingRuntime> __io__addressof()
        Instantiates a pointer on this instance.