CommentGroup
Inherit from Node
Primary key: id: int
schema CommentGroup extends Node {
@primary id: int
}
CommentGroup::hasLocation
- Parameter
self
:CommentGroup
- Return
bool
pub fn hasLocation(self: CommentGroup) -> bool;
CommentGroup::getAnAncestorForIndex
- Parameter
self
:CommentGroup
- Parameter
index
:int
- Return
Node
pub fn getAnAncestorForIndex(self: CommentGroup, index: int) -> Node;
CommentGroup::getAnAncestor
- Parameter
self
:CommentGroup
- Return
*Node
pub fn getAnAncestor(self: CommentGroup) -> *Node;
CommentGroup::getBelongsFunction
- Parameter
self
:CommentGroup
- Return
Function
pub fn getBelongsFunction(self: CommentGroup) -> Function;
CommentGroup::countAssociatedComment
- Parameter
self
:CommentGroup
- Return
int
pub fn countAssociatedComment(self: CommentGroup) -> int;
CommentGroup::getParentNode
- Parameter
self
:CommentGroup
- Return
Node
pub fn getParentNode(self: CommentGroup) -> Node;
CommentGroup::isRootNode
- Parameter
self
:CommentGroup
- Return
bool
pub fn isRootNode(self: CommentGroup) -> bool;
CommentGroup::getDepthFromRoot
- Parameter
self
:CommentGroup
- Return
int
pub fn getDepthFromRoot(self: CommentGroup) -> int;
CommentGroup::print
- Parameter
self
:CommentGroup
- Return
*string
pub fn print(self: CommentGroup) -> *string;
CommentGroup::getTextSize
- Parameter
self
:CommentGroup
- Return
int
pub fn getTextSize(self: CommentGroup) -> int;
CommentGroup::getChildCount
- Parameter
self
:CommentGroup
- Return
int
pub fn getChildCount(self: CommentGroup) -> int;
CommentGroup::getLocation
- Parameter
self
:CommentGroup
- Return
Location
pub fn getLocation(self: CommentGroup) -> Location;
CommentGroup::__all__
Data constraint method.
- Parameter
db
:GoDB
- Return
*CommentGroup
pub fn __all__(db: GoDB) -> *CommentGroup;
CommentGroup::getTextStartOffset
- Parameter
self
:CommentGroup
- Return
int
pub fn getTextStartOffset(self: CommentGroup) -> int;
CommentGroup::getAssociatedCommentString
- Parameter
self
:CommentGroup
- Return
string
pub fn getAssociatedCommentString(self: CommentGroup) -> string;
CommentGroup::getAchildNode
- Parameter
self
:CommentGroup
- Return
*Node
pub fn getAchildNode(self: CommentGroup) -> *Node;
CommentGroup::getType
- Parameter
self
:CommentGroup
- Return
string
pub fn getType(self: CommentGroup) -> string;
CommentGroup::getText
// getText Extract the text associated with a specific node in a file
- Parameter
self
:CommentGroup
- Return
string
pub fn getText(self: CommentGroup) -> string;
CommentGroup::getBelongsFile
- Parameter
self
:CommentGroup
- Return
File
pub fn getBelongsFile(self: CommentGroup) -> File;