Interface SubScope

All Superinterfaces:
AutoCloseable, Scope

public interface SubScope extends Scope, AutoCloseable
A sub scope for local variable declarations
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this scope

    Methods inherited from interface ghidra.pcode.emu.jit.gen.util.Scope

    decl, sub
  • Method Details

    • close

      void close()
      Description copied from interface: Scope
      Close this scope

      This resets the index to what it was at the start of this scope. In general, there is no need for the user to call this on the root scope. This is automatically done by Misc.finish(Emitter).

      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Scope