Class ClangVariableDecl

  • All Implemented Interfaces:
    ClangNode

    public class ClangVariableDecl
    extends ClangTokenGroup
    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