addedmethod:
buildToken
static ghidra.app.decompiler.ClangToken buildToken(int node, ghidra.app.decompiler.ClangNode par, ghidra.program.model.pcode.Decoder decoder, ghidra.program.model.pcode.PcodeFactory pfactory) throws DecoderException
addedmethod:
decode
void decode(ghidra.program.model.pcode.Decoder decoder, ghidra.program.model.pcode.PcodeFactory pfactory) throws DecoderException
modifiedfield:
COMMENT_COLOR
constant: 3 → 1
- static int COMMENT_COLOR
+ static int COMMENT_COLOR
modifiedfield:
FUNCTION_COLOR
constant: 2 → 3
- static int FUNCTION_COLOR
+ static int FUNCTION_COLOR
modifiedfield:
TYPE_COLOR
constant: 1 → 2
- static int TYPE_COLOR
+ static int TYPE_COLOR
removedmethod:
buildToken
static ghidra.app.decompiler.ClangToken buildToken(ghidra.app.decompiler.ClangNode par, ghidra.xml.XmlPullParser parser, ghidra.program.model.pcode.PcodeFactory pfactory)
removedmethod:
getColor
static int getColor(java.lang.String col)
removedmethod:
restoreFromXML
void restoreFromXML(ghidra.xml.XmlElement el, ghidra.xml.XmlElement end, ghidra.program.model.pcode.PcodeFactory pfactory)