Package ghidra.app.decompiler
Class ClangVariableDecl
java.lang.Object
ghidra.app.decompiler.ClangTokenGroup
ghidra.app.decompiler.ClangVariableDecl
A group of C code tokens forming a variable declaration.
This can be for a one line declaration (as for local variables) or
as part of a function prototype declaring a parameter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ghidra.app.decompiler.ClangTokenGroup
AddTokenGroup, Child, flatten, getClangFunction, getMaxAddress, getMinAddress, iterator, numChildren, Parent, setHighlight, stream, 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
-
ClangVariableDecl
-
-
Method Details
-
getDataType
-
getHighVariable
-
decode
- Overrides:
decode
in classClangTokenGroup
- Throws:
DecoderException
-