Class ClangTypeToken

java.lang.Object
ghidra.app.decompiler.ClangToken
ghidra.app.decompiler.ClangTypeToken
All Implemented Interfaces:
ClangNode

public class ClangTypeToken extends ClangToken
A C code token representing a data type. This does not include qualifiers on the type like '*' (pointer to) or '[]' (array of). There should be no whitespace in the name