ClangToken

Package: ghidra.app.decompiler
Type: class

11.0_PUBLIC

addedmethod: getScalar
ghidra.program.model.scalar.Scalar getScalar()
addedmethod: iterator
java.util.Iterator<ghidra.app.decompiler.ClangToken> iterator(boolean forward)

10.3_PUBLIC

addedmethod: getHighSymbol
ghidra.program.model.pcode.HighSymbol getHighSymbol(ghidra.program.model.pcode.HighFunction highFunction)

10.2_PUBLIC

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
addedfield: ERROR_COLOR
static int ERROR_COLOR
addedfield: MAX_COLOR
static int MAX_COLOR
addedfield: SPECIAL_COLOR
static int SPECIAL_COLOR
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)

9.0.1_PUBLIC

introducedInitial version