Package ghidra.app.decompiler
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
-
Method Summary
Modifier and TypeMethodDescriptionGet the text representing an entire function of which this is part.Methods inherited from class ghidra.app.decompiler.ClangTokenGroup
AddTokenGroup, Child, decode, flatten, getMaxAddress, getMinAddress, iterator, numChildren, Parent, setHighlight, stream, tokenIterator, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ClangFunction
-
-
Method Details
-
getClangFunction
Description copied from interface:ClangNode
Get the text representing an entire function of which this is part.- Specified by:
getClangFunction
in interfaceClangNode
- Overrides:
getClangFunction
in classClangTokenGroup
- Returns:
- text for the whole function
-
getHighFunction
- Returns:
- the HighFunction object represented by this source code
-