Package ghidra.app.decompiler
Class ClangFuncNameToken
java.lang.Object
ghidra.app.decompiler.ClangToken
ghidra.app.decompiler.ClangFuncNameToken
- All Implemented Interfaces:
ClangNode
A C code token representing a function name
It contains a link back to the pcode function object represented by the name
-
Field Summary
Fields inherited from class ghidra.app.decompiler.ClangToken
COMMENT_COLOR, CONST_COLOR, DEFAULT_COLOR, ERROR_COLOR, FUNCTION_COLOR, GLOBAL_COLOR, KEYWORD_COLOR, MAX_COLOR, PARAMETER_COLOR, SPECIAL_COLOR, TYPE_COLOR, VARIABLE_COLOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(Decoder decoder, PcodeFactory pfactory) Many tokens directly represent a pcode operator in the data-flowMethods inherited from class ghidra.app.decompiler.ClangToken
buildSpacer, buildToken, Child, flatten, getClangFunction, getHighlight, getHighVariable, getLineParent, getSyntaxType, getText, getVarnode, isMatchingToken, isVariableRef, numChildren, Parent, setHighlight, setLineParent, setMatchingToken, toString
-
Constructor Details
-
ClangFuncNameToken
-
-
Method Details
-
getHighFunction
-
getPcodeOp
Description copied from class:ClangToken
Many tokens directly represent a pcode operator in the data-flow- Overrides:
getPcodeOp
in classClangToken
- Returns:
- the operation (PcodeOp) associated with this token or null
-
getMinAddress
- Specified by:
getMinAddress
in interfaceClangNode
- Overrides:
getMinAddress
in classClangToken
-
getMaxAddress
- Specified by:
getMaxAddress
in interfaceClangNode
- Overrides:
getMaxAddress
in classClangToken
-
decode
- Overrides:
decode
in classClangToken
- Throws:
DecoderException
-