Class HashMapPreprocessorDefinitionsAdapter

  • All Implemented Interfaces:
    ghidra.pcodeCPort.slgh_compile.PreprocessorDefinitions

    public class HashMapPreprocessorDefinitionsAdapter
    extends java.lang.Object
    implements ghidra.pcodeCPort.slgh_compile.PreprocessorDefinitions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Pair<java.lang.Boolean,​java.lang.String> lookup​(java.lang.String key)  
      void set​(java.lang.String key, java.lang.String value)  
      void undefine​(java.lang.String key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HashMapPreprocessorDefinitionsAdapter

        public HashMapPreprocessorDefinitionsAdapter()
    • Method Detail

      • lookup

        public Pair<java.lang.Boolean,​java.lang.String> lookup​(java.lang.String key)
        Specified by:
        lookup in interface ghidra.pcodeCPort.slgh_compile.PreprocessorDefinitions
      • set

        public void set​(java.lang.String key,
                        java.lang.String value)
        Specified by:
        set in interface ghidra.pcodeCPort.slgh_compile.PreprocessorDefinitions
      • undefine

        public void undefine​(java.lang.String key)
        Specified by:
        undefine in interface ghidra.pcodeCPort.slgh_compile.PreprocessorDefinitions