Package ghidra.pcode.emu.jit.gen.util
Interface SubScope
- All Superinterfaces:
AutoCloseable,Scope
A sub scope for local variable declarations
-
Method Summary
-
Method Details
-
close
void close()Description copied from interface:ScopeClose this scopeThis 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:
closein interfaceAutoCloseable- Specified by:
closein interfaceScope
-