| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXCursor |
CXIdxObjCCategoryDeclInfo.classCursor() |
CXCursor |
CXIdxIBOutletCollectionAttrInfo.classCursor() |
CXCursor |
CXIdxObjCProtocolRefInfo.cursor() |
CXCursor |
CXIdxEntityRefInfo.cursor()
Reference cursor.
|
CXCursor |
CXIdxEntityInfo.cursor() |
CXCursor |
CXIdxDeclInfo.cursor() |
CXCursor |
CXIdxContainerInfo.cursor() |
CXCursor |
CXIdxBaseClassInfo.cursor() |
CXCursor |
CXIdxAttrInfo.cursor() |
CXCursor |
CXCursor.data(int i,
Pointer setter) |
CXCursor |
CXCursor.getPointer(long i) |
CXCursor |
CXCursor.kind(int setter) |
CXCursor |
CXCursor.position(long position) |
CXCursor |
CXCursor.xdata(int setter) |
| Modifier and Type | Method and Description |
|---|---|
int |
CXFieldVisitor.call(CXCursor C,
CXClientData client_data) |
int |
CXCursorVisitor.call(CXCursor cursor,
CXCursor parent,
CXClientData client_data) |
int |
CXCursorAndRangeVisitor.Visit_Pointer_CXCursor_CXSourceRange.call(Pointer context,
CXCursor arg1,
CXSourceRange arg2) |
CXIdxObjCCategoryDeclInfo |
CXIdxObjCCategoryDeclInfo.classCursor(CXCursor setter) |
CXIdxIBOutletCollectionAttrInfo |
CXIdxIBOutletCollectionAttrInfo.classCursor(CXCursor setter) |
CXIdxObjCProtocolRefInfo |
CXIdxObjCProtocolRefInfo.cursor(CXCursor setter) |
CXIdxEntityRefInfo |
CXIdxEntityRefInfo.cursor(CXCursor setter) |
CXIdxEntityInfo |
CXIdxEntityInfo.cursor(CXCursor setter) |
CXIdxDeclInfo |
CXIdxDeclInfo.cursor(CXCursor setter) |
CXIdxContainerInfo |
CXIdxContainerInfo.cursor(CXCursor setter) |
CXIdxBaseClassInfo |
CXIdxBaseClassInfo.cursor(CXCursor setter) |
CXIdxAttrInfo |
CXIdxAttrInfo.cursor(CXCursor setter) |
| Modifier and Type | Method and Description |
|---|---|
static CXCursor |
clang.clang_Cursor_getArgument(CXCursor C,
int i)
Retrieve the argument cursor of a function or method.
|
static CXCursor |
clang.clang_Cursor_getVarDeclInitializer(CXCursor cursor)
If cursor refers to a variable declaration and it has initializer returns
cursor referring to the initializer otherwise return null cursor.
|
static CXCursor |
clang.clang_getCanonicalCursor(CXCursor arg0)
Retrieve the canonical cursor corresponding to the given cursor.
|
static CXCursor |
clang.clang_getCursor(CXTranslationUnit arg0,
CXSourceLocation arg1)
Map a source location to the cursor that describes the entity at that
location in the source code.
|
static CXCursor |
clang.clang_getCursorDefinition(CXCursor arg0)
For a cursor that is either a reference to or a declaration
of some entity, retrieve a cursor that describes the definition of
that entity.
|
static CXCursor |
clang.clang_getCursorLexicalParent(CXCursor cursor)
Determine the lexical parent of the given cursor.
|
static CXCursor |
clang.clang_getCursorReferenced(CXCursor arg0)
For a cursor that is a reference, retrieve a cursor representing the
entity that it references.
|
static CXCursor |
clang.clang_getCursorSemanticParent(CXCursor cursor)
Determine the semantic parent of the given cursor.
|
static CXCursor |
clang.clang_getNullCursor()
Retrieve the NULL cursor, which represents no entity.
|
static CXCursor |
clang.clang_getOverloadedDecl(CXCursor cursor,
int index)
Retrieve a cursor for one of the overloaded declarations referenced
by a \c CXCursor_OverloadedDeclRef cursor.
|
static CXCursor |
clang.clang_getSpecializedCursorTemplate(CXCursor C)
Given a cursor that may represent a specialization or instantiation
of a template, retrieve the cursor that represents the template that it
specializes or from which it was instantiated.
|
static CXCursor |
clang.clang_getTranslationUnitCursor(CXTranslationUnit arg0)
Retrieve the cursor that represents the given translation unit.
|
static CXCursor |
clang.clang_getTypeDeclaration(CXType T)
Return the cursor for the declaration of the given type.
|
static CXCursor |
clang.clang_Type_getObjCProtocolDecl(CXType T,
int i)
Retrieve the decl for a protocol reference for an ObjC object/id.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_annotateTokens(CXTranslationUnit TU,
CXToken Tokens,
int NumTokens,
CXCursor Cursors)
Annotate the given set of tokens by providing cursors for each token
that can be mapped to a specific entity within the abstract syntax tree.
|
static CXEvalResult |
clang.clang_Cursor_Evaluate(CXCursor C)
If cursor is a statement declaration tries to evaluate the
statement and if its variable, tries to evaluate its initializer,
into its corresponding type.
|
static CXCursor |
clang.clang_Cursor_getArgument(CXCursor C,
int i)
Retrieve the argument cursor of a function or method.
|
static int |
clang.clang_Cursor_getBinaryOpcode(CXCursor C)
\brief Returns the operator code for the binary operator.
|
static CXString |
clang.clang_Cursor_getBriefCommentText(CXCursor C)
Given a cursor that represents a documentable entity (e.g.,
declaration), return the associated \paragraph; otherwise return the
first paragraph.
|
static CXSourceRange |
clang.clang_Cursor_getCommentRange(CXCursor C)
Given a cursor that represents a declaration, return the associated
comment's source range.
|
static CXStringSet |
clang.clang_Cursor_getCXXManglings(CXCursor arg0)
Retrieve the CXStrings representing the mangled symbols of the C++
constructor or destructor at the cursor.
|
static CXString |
clang.clang_Cursor_getMangling(CXCursor arg0)
Retrieve the CXString representing the mangled name of the cursor.
|
static CXModule |
clang.clang_Cursor_getModule(CXCursor C)
Given a CXCursor_ModuleImportDecl cursor, return the associated module.
|
static int |
clang.clang_Cursor_getNumArguments(CXCursor C)
Retrieve the number of non-variadic arguments associated with a given
cursor.
|
static int |
clang.clang_Cursor_getNumTemplateArguments(CXCursor C)
Returns the number of template args of a function, struct, or class decl
representing a template specialization.
|
static int |
clang.clang_Cursor_getObjCDeclQualifiers(CXCursor C)
Given a cursor that represents an Objective-C method or parameter
declaration, return the associated Objective-C qualifiers for the return
type or the parameter respectively.
|
static CXStringSet |
clang.clang_Cursor_getObjCManglings(CXCursor arg0)
Retrieve the CXStrings representing the mangled symbols of the ObjC
class interface or implementation at the cursor.
|
static int |
clang.clang_Cursor_getObjCPropertyAttributes(CXCursor C,
int reserved)
Given a cursor that represents a property declaration, return the
associated property attributes.
|
static CXString |
clang.clang_Cursor_getObjCPropertyGetterName(CXCursor C)
Given a cursor that represents a property declaration, return the
name of the method that implements the getter.
|
static CXString |
clang.clang_Cursor_getObjCPropertySetterName(CXCursor C)
Given a cursor that represents a property declaration, return the
name of the method that implements the setter, if any.
|
static int |
clang.clang_Cursor_getObjCSelectorIndex(CXCursor arg0)
If the cursor points to a selector identifier in an Objective-C
method or message expression, this returns the selector index.
|
static long |
clang.clang_Cursor_getOffsetOfField(CXCursor C)
Return the offset of the field represented by the Cursor.
|
static CXComment |
clang.clang_Cursor_getParsedComment(CXCursor C)
Given a cursor that represents a documentable entity (e.g.,
declaration), return the associated parsed comment as a
\c CXComment_FullComment AST node.
|
static CXString |
clang.clang_Cursor_getRawCommentText(CXCursor C)
Given a cursor that represents a declaration, return the associated
comment text, including comment markers.
|
static CXType |
clang.clang_Cursor_getReceiverType(CXCursor C)
Given a cursor pointing to an Objective-C message or property
reference, or C++ method call, returns the CXType of the receiver.
|
static CXSourceRange |
clang.clang_Cursor_getSpellingNameRange(CXCursor arg0,
int pieceIndex,
int options)
Retrieve a range for a piece that forms the cursors spelling name.
|
static int |
clang.clang_Cursor_getStorageClass(CXCursor arg0)
Returns the storage class for a function or variable declaration.
|
static int |
clang.clang_Cursor_getTemplateArgumentKind(CXCursor C,
int I)
Retrieve the kind of the I'th template argument of the CXCursor C.
|
static CXType |
clang.clang_Cursor_getTemplateArgumentType(CXCursor C,
int I)
Retrieve a CXType representing the type of a TemplateArgument of a
function decl representing a template specialization.
|
static long |
clang.clang_Cursor_getTemplateArgumentUnsignedValue(CXCursor C,
int I)
Retrieve the value of an Integral TemplateArgument (of a function
decl representing a template specialization) as an unsigned long long.
|
static long |
clang.clang_Cursor_getTemplateArgumentValue(CXCursor C,
int I)
Retrieve the value of an Integral TemplateArgument (of a function
decl representing a template specialization) as a signed long long.
|
static CXTranslationUnit |
clang.clang_Cursor_getTranslationUnit(CXCursor arg0)
Returns the translation unit that a cursor originated from.
|
static CXCursor |
clang.clang_Cursor_getVarDeclInitializer(CXCursor cursor)
If cursor refers to a variable declaration and it has initializer returns
cursor referring to the initializer otherwise return null cursor.
|
static int |
clang.clang_Cursor_hasAttrs(CXCursor C)
Determine whether the given cursor has any attributes.
|
static int |
clang.clang_Cursor_hasVarDeclExternalStorage(CXCursor cursor)
If cursor refers to a variable declaration that has external storage
returns 1.
|
static int |
clang.clang_Cursor_hasVarDeclGlobalStorage(CXCursor cursor)
If cursor refers to a variable declaration that has global storage returns 1.
|
static int |
clang.clang_Cursor_isAnonymous(CXCursor C)
Determine whether the given cursor represents an anonymous
tag or namespace
|
static int |
clang.clang_Cursor_isAnonymousRecordDecl(CXCursor C)
Determine whether the given cursor represents an anonymous record
declaration.
|
static int |
clang.clang_Cursor_isBitField(CXCursor C)
Returns non-zero if the cursor specifies a Record member that is a bit-field.
|
static int |
clang.clang_Cursor_isDynamicCall(CXCursor C)
Given a cursor pointing to a C++ method call or an Objective-C
message, returns non-zero if the method/message is "dynamic", meaning:
For a C++ method: the call is virtual.
|
static int |
clang.clang_Cursor_isExternalSymbol(CXCursor C,
CXString language,
CXString definedIn,
int[] isGenerated) |
static int |
clang.clang_Cursor_isExternalSymbol(CXCursor C,
CXString language,
CXString definedIn,
IntBuffer isGenerated) |
static int |
clang.clang_Cursor_isExternalSymbol(CXCursor C,
CXString language,
CXString definedIn,
IntPointer isGenerated)
Returns non-zero if the given cursor points to a symbol marked with
external_source_symbol attribute.
|
static int |
clang.clang_Cursor_isFunctionInlined(CXCursor C)
Determine whether a CXCursor that is a function declaration, is an
inline declaration.
|
static int |
clang.clang_Cursor_isInlineNamespace(CXCursor C)
Determine whether the given cursor represents an inline namespace
declaration.
|
static int |
clang.clang_Cursor_isMacroBuiltin(CXCursor C)
Determine whether a CXCursor that is a macro, is a
builtin one.
|
static int |
clang.clang_Cursor_isMacroFunctionLike(CXCursor C)
Determine whether a CXCursor that is a macro, is
function like.
|
static int |
clang.clang_Cursor_isNull(CXCursor cursor)
Returns non-zero if \p cursor is null.
|
static int |
clang.clang_Cursor_isObjCOptional(CXCursor C)
Given a cursor that represents an Objective-C method or property
declaration, return non-zero if the declaration was affected by "@optional".
|
static int |
clang.clang_Cursor_isVariadic(CXCursor C)
Returns non-zero if the given cursor is a variadic function or method.
|
static int |
clang.clang_CXCursorSet_contains(CXCursorSet cset,
CXCursor cursor)
Queries a CXCursorSet to see if it contains a specific CXCursor.
|
static int |
clang.clang_CXCursorSet_insert(CXCursorSet cset,
CXCursor cursor)
Inserts a CXCursor into a CXCursorSet.
|
static int |
clang.clang_CXXConstructor_isConvertingConstructor(CXCursor C)
Determine if a C++ constructor is a converting constructor.
|
static int |
clang.clang_CXXConstructor_isCopyConstructor(CXCursor C)
Determine if a C++ constructor is a copy constructor.
|
static int |
clang.clang_CXXConstructor_isDefaultConstructor(CXCursor C)
Determine if a C++ constructor is the default constructor.
|
static int |
clang.clang_CXXConstructor_isMoveConstructor(CXCursor C)
Determine if a C++ constructor is a move constructor.
|
static int |
clang.clang_CXXField_isMutable(CXCursor C)
Determine if a C++ field is declared 'mutable'.
|
static int |
clang.clang_CXXMethod_isConst(CXCursor C)
Determine if a C++ member function or member function template is
declared 'const'.
|
static int |
clang.clang_CXXMethod_isCopyAssignmentOperator(CXCursor C)
Determine if a C++ member function is a copy-assignment operator,
returning 1 if such is the case and 0 otherwise.
|
static int |
clang.clang_CXXMethod_isDefaulted(CXCursor C)
Determine if a C++ method is declared '= default'.
|
static int |
clang.clang_CXXMethod_isDeleted(CXCursor C)
Determine if a C++ method is declared '= delete'.
|
static int |
clang.clang_CXXMethod_isExplicit(CXCursor C)
Determines if a C++ constructor or conversion function was declared
explicit, returning 1 if such is the case and 0 otherwise.
|
static int |
clang.clang_CXXMethod_isMoveAssignmentOperator(CXCursor C)
Determine if a C++ member function is a move-assignment operator,
returning 1 if such is the case and 0 otherwise.
|
static int |
clang.clang_CXXMethod_isPureVirtual(CXCursor C)
Determine if a C++ member function or member function template is
pure virtual.
|
static int |
clang.clang_CXXMethod_isStatic(CXCursor C)
Determine if a C++ member function or member function template is
declared 'static'.
|
static int |
clang.clang_CXXMethod_isVirtual(CXCursor C)
Determine if a C++ member function or member function template is
explicitly declared 'virtual' or if it overrides a virtual method from
one of the base classes.
|
static int |
clang.clang_CXXRecord_isAbstract(CXCursor C)
Determine if a C++ record is abstract, i.e.
|
static void |
clang.clang_disposeOverriddenCursors(CXCursor overridden)
Free the set of overridden cursors returned by \c
clang_getOverriddenCursors().
|
static int |
clang.clang_EnumDecl_isScoped(CXCursor C)
Determine if an enum declaration refers to a scoped enum.
|
static int |
clang.clang_equalCursors(CXCursor arg0,
CXCursor arg1)
Determine whether two cursors are equivalent.
|
static int |
clang.clang_findReferencesInFile(CXCursor cursor,
CXFile file,
CXCursorAndRangeVisitor visitor)
Find references of a declaration in a specific file.
|
static CXCursor |
clang.clang_getCanonicalCursor(CXCursor arg0)
Retrieve the canonical cursor corresponding to the given cursor.
|
static int |
clang.clang_getCursorAvailability(CXCursor cursor)
Determine the availability of the entity that this cursor refers to,
taking the current target platform into account.
|
static int |
clang.clang_getCursorBinaryOperatorKind(CXCursor cursor)
Retrieve the binary operator kind of this cursor.
|
static CXCompletionString |
clang.clang_getCursorCompletionString(CXCursor cursor)
Retrieve a completion string for an arbitrary declaration or macro
definition cursor.
|
static CXCursor |
clang.clang_getCursorDefinition(CXCursor arg0)
For a cursor that is either a reference to or a declaration
of some entity, retrieve a cursor that describes the definition of
that entity.
|
static CXString |
clang.clang_getCursorDisplayName(CXCursor arg0)
Retrieve the display name for the entity referenced by this cursor.
|
static int |
clang.clang_getCursorExceptionSpecificationType(CXCursor C)
Retrieve the exception specification type associated with a given cursor.
|
static CXSourceRange |
clang.clang_getCursorExtent(CXCursor arg0)
Retrieve the physical extent of the source construct referenced by
the given cursor.
|
static int |
clang.clang_getCursorKind(CXCursor arg0)
Retrieve the kind of the given cursor.
|
static int |
clang.clang_getCursorLanguage(CXCursor cursor)
Determine the "language" of the entity referred to by a given cursor.
|
static CXCursor |
clang.clang_getCursorLexicalParent(CXCursor cursor)
Determine the lexical parent of the given cursor.
|
static int |
clang.clang_getCursorLinkage(CXCursor cursor)
Determine the linkage of the entity referred to by a given cursor.
|
static CXSourceLocation |
clang.clang_getCursorLocation(CXCursor arg0)
Retrieve the physical location of the source constructor referenced
by the given cursor.
|
static int |
clang.clang_getCursorPlatformAvailability(CXCursor cursor,
int[] always_deprecated,
CXString deprecated_message,
int[] always_unavailable,
CXString unavailable_message,
CXPlatformAvailability availability,
int availability_size) |
static int |
clang.clang_getCursorPlatformAvailability(CXCursor cursor,
IntBuffer always_deprecated,
CXString deprecated_message,
IntBuffer always_unavailable,
CXString unavailable_message,
CXPlatformAvailability availability,
int availability_size) |
static int |
clang.clang_getCursorPlatformAvailability(CXCursor cursor,
IntPointer always_deprecated,
CXString deprecated_message,
IntPointer always_unavailable,
CXString unavailable_message,
CXPlatformAvailability availability,
int availability_size)
Determine the availability of the entity that this cursor refers to
on any platforms for which availability information is known.
|
static CXString |
clang.clang_getCursorPrettyPrinted(CXCursor Cursor,
CXPrintingPolicy Policy)
Pretty print declarations.
|
static CXPrintingPolicy |
clang.clang_getCursorPrintingPolicy(CXCursor arg0)
Retrieve the default policy for the cursor.
|
static CXCursor |
clang.clang_getCursorReferenced(CXCursor arg0)
For a cursor that is a reference, retrieve a cursor representing the
entity that it references.
|
static CXSourceRange |
clang.clang_getCursorReferenceNameRange(CXCursor C,
int NameFlags,
int PieceIndex)
Given a cursor that references something else, return the source range
covering that reference.
|
static CXType |
clang.clang_getCursorResultType(CXCursor C)
Retrieve the return type associated with a given cursor.
|
static CXCursor |
clang.clang_getCursorSemanticParent(CXCursor cursor)
Determine the semantic parent of the given cursor.
|
static CXString |
clang.clang_getCursorSpelling(CXCursor arg0)
Retrieve a name for the entity referenced by this cursor.
|
static int |
clang.clang_getCursorTLSKind(CXCursor cursor)
Determine the "thread-local storage (TLS) kind" of the declaration
referred to by a cursor.
|
static CXType |
clang.clang_getCursorType(CXCursor C)
Retrieve the type of a CXCursor (if any).
|
static int |
clang.clang_getCursorUnaryOperatorKind(CXCursor cursor)
Retrieve the unary operator kind of this cursor.
|
static CXString |
clang.clang_getCursorUSR(CXCursor arg0)
Retrieve a Unified Symbol Resolution (USR) for the entity referenced
by the given cursor.
|
static int |
clang.clang_getCursorVisibility(CXCursor cursor)
Describe the visibility of the entity referred to by a cursor.
|
static int |
clang.clang_getCXXAccessSpecifier(CXCursor arg0)
Returns the access control level for the referenced object.
|
static CXString |
clang.clang_getDeclObjCTypeEncoding(CXCursor C)
Returns the Objective-C type encoding for the specified declaration.
|
static void |
clang.clang_getDefinitionSpellingAndExtent(CXCursor arg0,
byte[] startBuf,
byte[] endBuf,
int[] startLine,
int[] startColumn,
int[] endLine,
int[] endColumn) |
static void |
clang.clang_getDefinitionSpellingAndExtent(CXCursor arg0,
ByteBuffer startBuf,
ByteBuffer endBuf,
IntBuffer startLine,
IntBuffer startColumn,
IntBuffer endLine,
IntBuffer endColumn) |
static void |
clang.clang_getDefinitionSpellingAndExtent(CXCursor arg0,
BytePointer startBuf,
BytePointer endBuf,
IntPointer startLine,
IntPointer startColumn,
IntPointer endLine,
IntPointer endColumn) |
static void |
clang.clang_getDefinitionSpellingAndExtent(CXCursor arg0,
PointerPointer startBuf,
PointerPointer endBuf,
IntPointer startLine,
IntPointer startColumn,
IntPointer endLine,
IntPointer endColumn) |
static long |
clang.clang_getEnumConstantDeclUnsignedValue(CXCursor C)
Retrieve the integer value of an enum constant declaration as an unsigned
long long.
|
static long |
clang.clang_getEnumConstantDeclValue(CXCursor C)
Retrieve the integer value of an enum constant declaration as a signed
long long.
|
static CXType |
clang.clang_getEnumDeclIntegerType(CXCursor C)
Retrieve the integer type of an enum declaration.
|
static int |
clang.clang_getFieldDeclBitWidth(CXCursor C)
Retrieve the bit width of a bit-field declaration as an integer.
|
static CXType |
clang.clang_getIBOutletCollectionType(CXCursor arg0)
For cursors representing an iboutletcollection attribute,
this function returns the collection element type.
|
static CXFile |
clang.clang_getIncludedFile(CXCursor cursor)
Retrieve the file that is included by the given inclusion directive
cursor.
|
static int |
clang.clang_getNumOverloadedDecls(CXCursor cursor)
Determine the number of overloaded declarations referenced by a
\c CXCursor_OverloadedDeclRef cursor.
|
static long |
clang.clang_getOffsetOfBase(CXCursor Parent,
CXCursor Base)
Returns the offset in bits of a CX_CXXBaseSpecifier relative to the parent
class.
|
static CXCursor |
clang.clang_getOverloadedDecl(CXCursor cursor,
int index)
Retrieve a cursor for one of the overloaded declarations referenced
by a \c CXCursor_OverloadedDeclRef cursor.
|
static void |
clang.clang_getOverriddenCursors(CXCursor cursor,
CXCursor overridden,
int[] num_overridden) |
static void |
clang.clang_getOverriddenCursors(CXCursor cursor,
CXCursor overridden,
IntBuffer num_overridden) |
static void |
clang.clang_getOverriddenCursors(CXCursor cursor,
CXCursor overridden,
IntPointer num_overridden) |
static void |
clang.clang_getOverriddenCursors(CXCursor cursor,
PointerPointer overridden,
IntPointer num_overridden)
Determine the set of methods that are overridden by the given
method.
|
static CXCursor |
clang.clang_getSpecializedCursorTemplate(CXCursor C)
Given a cursor that may represent a specialization or instantiation
of a template, retrieve the cursor that represents the template that it
specializes or from which it was instantiated.
|
static CXString |
clang.clang_getSymbolGraphForCursor(CXCursor cursor)
Generate a single symbol symbol graph for the declaration at the given
cursor.
|
static int |
clang.clang_getTemplateCursorKind(CXCursor C)
Given a cursor that represents a template, determine
the cursor kind of the specializations would be generated by instantiating
the template.
|
static CXType |
clang.clang_getTypedefDeclUnderlyingType(CXCursor C)
Retrieve the underlying type of a typedef declaration.
|
static int |
clang.clang_hashCursor(CXCursor arg0)
Compute a hash value for the given cursor.
|
static int |
clang.clang_isCursorDefinition(CXCursor arg0)
Determine whether the declaration pointed to by this cursor
is also a definition of that entity.
|
static int |
clang.clang_isInvalidDeclaration(CXCursor arg0)
Determine whether the given declaration is invalid.
|
static int |
clang.clang_isVirtualBase(CXCursor arg0)
Returns 1 if the base class specified by the cursor with kind
CX_CXXBaseSpecifier is virtual.
|
static int |
clang.clang_visitChildren(CXCursor parent,
CXCursorVisitor visitor,
CXClientData client_data)
Visit the children of a particular cursor.
|
Copyright © 2025. All rights reserved.