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