public class CursorPrinter extends java.lang.Object
CursorPrinter that generates a String representation of a CXCursor.
The representation generated by the default implementation contains debug
information (name, kind, spelling, ...). This may be overwritten by
subclasses.| Constructor and Description |
|---|
CursorPrinter(eu.cqse.clang.SWIGTYPE_p_CXTranslationUnitImpl translationUnit) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCursorRepresentation(eu.cqse.clang.CXCursor current,
eu.cqse.clang.CXCursor parent)
Prints a representation of the given cursor.
|
public CursorPrinter(eu.cqse.clang.SWIGTYPE_p_CXTranslationUnitImpl translationUnit)
public java.lang.String getCursorRepresentation(eu.cqse.clang.CXCursor current, eu.cqse.clang.CXCursor parent)