Scroll to navigation

Clang::CursorKind(3pm) User Contributed Perl Documentation Clang::CursorKind(3pm)

NAME

Clang::CursorKind - Clang cursor kind class

VERSION

version 0.09

DESCRIPTION

A "Clang::CursorKind" describes the kind of entity that a cursor refers to.

METHODS

spelling( )

Retrieve the name of the given cursor kind.

is_declaration( )

Determine whether the given cursor kind represents a declaration.

is_reference( )

Determine whether the given cursor kind represents a reference.

is_expression( )

Determine whether the given cursor kind represents an expression.

is_statement( )

Determine whether the given cursor kind represents a statement.

is_attribute( )

Determine whether the given cursor kind represents an attribute.

is_invalid( )

Determine whether the given cursor kind represents an invalid cursor.

is_tunit( )

Determine whether the given cursor kind represents a translation unit.

is_preprocessing( )

Determine whether the given cursor kind represents a preprocessing element.

is_unexposed( )

Determine whether the given cursor kind represents an unexposed piece of the AST.

AUTHOR

Alessandro Ghedini <alexbio@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2012 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2015-12-04 perl v5.24.1