NaInstruction.this

full constructor

  1. this(string name, integer code, void delegate() pointer)
  2. this(string name, integer code, integer popCount, integer pushCount, void delegate() pointer)
  3. this(string name, integer code, bool needsArg, integer popCount, integer pushCount, void delegate() pointer)
  4. this(string name, integer code, bool needsArg, bool argIsJumpPos, integer popCount, integer pushCount, void delegate() pointer)
    struct NaInstruction
    this
    (
    string name
    ,
    integer code
    ,,,
    integer popCount
    ,
    integer pushCount
    ,
    void delegate
    ()
    pointer
    )

Meta