ClangLine
Package:
ghidra.app.decompiler
Type:
class
11.2_PUBLIC
modified
method
:
getAllTokens
return type: ArrayList → List
- java.
util.
ArrayList
<
ghidra.
app.
decompiler.
ClangToken
> getAllTokens(
)
+ java.
util.
List
<
ghidra.
app.
decompiler.
ClangToken
> getAllTokens(
)
9.2_PUBLIC
added
method
:
indexOfToken
int indexOfToken(
ghidra.
app.
decompiler.
ClangToken token)
9.0.1_PUBLIC
introduced
Initial version