Class ClangFunction
java.lang.Object
ghidra.app.decompiler.ClangTokenGroup
ghidra.app.decompiler.ClangFunction
A grouping of source code tokens representing an entire function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the text representing an entire function of which this is part.Methods inherited from class ClangTokenGroup
AddTokenGroup, Child, decode, flatten, getMaxAddress, getMinAddress, iterator, numChildren, Parent, setHighlight, stream, tokenIterator, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ClangFunction
-
-
Method Details
-
getClangFunction
Description copied from interface:ClangNodeGet the text representing an entire function of which this is part.- Specified by:
getClangFunctionin interfaceClangNode- Overrides:
getClangFunctionin classClangTokenGroup- Returns:
- text for the whole function
-
getHighFunction
- Returns:
- the HighFunction object represented by this source code
-