Class ParseDictionary
java.lang.Object
org.adoptopenjdk.jitwatch.model.ParseDictionary
- All Implemented Interfaces:
IParseDictionary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBCIOpcodeMap(String methodID) voidputBCIOpcode(String methodID, int bci, Opcode opcode) voidvoidvoidtoString()
-
Field Details
-
typeMap
-
klassMap
-
methodMap
-
parseMethod
-
methodBCIOpcodeMap
-
-
Constructor Details
-
ParseDictionary
-
-
Method Details
-
getParseMethod
- Specified by:
getParseMethodin interfaceIParseDictionary
-
putBCIOpcode
- Specified by:
putBCIOpcodein interfaceIParseDictionary
-
getBCIOpcodeMap
- Specified by:
getBCIOpcodeMapin interfaceIParseDictionary
-
getType
- Specified by:
getTypein interfaceIParseDictionary
-
getKlass
- Specified by:
getKlassin interfaceIParseDictionary
-
getMethod
- Specified by:
getMethodin interfaceIParseDictionary
-
putType
- Specified by:
putTypein interfaceIParseDictionary
-
putKlass
- Specified by:
putKlassin interfaceIParseDictionary
-
putMethod
- Specified by:
putMethodin interfaceIParseDictionary
-
toString
-