Package ghidra.program.model.lang
Interface ParserContext
-
- All Known Implementing Classes:
InvalidPrototype,SleighParserContext
public interface ParserContextParserContextrepresents a language provider specific parser context which may be cached.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstructionPrototypegetPrototype()
-
-
-
Method Detail
-
getPrototype
InstructionPrototype getPrototype()
-
-