src/antlr3basetree.c - Online Linux Manual PageSection : 3
Updated : Tue Jan 26 2021
Source : Version 3.3.1
Note : ANTLR3C
NAMEsrc/antlr3basetree.c
SYNOPSIS
#include <antlr3basetree.h>
Functionsstatic void addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child)
static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids)
Add all elements of the supplied list as children of this node. ANTLR3_API pANTLR3_BASE_TREE antlr3BaseTreeNew (pANTLR3_BASE_TREE tree)
static void * deleteChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i)
static void * dupTree (pANTLR3_BASE_TREE tree)
static void freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset)
Set the parent and child indexes for some of the children of the supplied tree, starting with the child at the supplied index. static void freshenPACIndexesAll (pANTLR3_BASE_TREE tree)
Set the parent and child indexes for all children of the supplied tree. static ANTLR3_UINT32 getCharPositionInLine (pANTLR3_BASE_TREE tree)
static void * getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i)
static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE tree)
static pANTLR3_BASE_TREE getFirstChildWithType (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type)
static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree)
static void replaceChildren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree)
Delete children from start to stop and replace with t even if t is a list (nil-root tree). static void setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void *child)
static pANTLR3_STRING toStringTree (pANTLR3_BASE_TREE tree)
Function Documentation
void addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child) [static]References ANTLR3_VECTOR_struct::add, ANTLR3_CDECL, ANTLR3_FPRINTF, ANTLR3_TRUE, ANTLR3_BASE_TREE_struct::children, ANTLR3_BASE_TREE_struct::createChildrenList, ANTLR3_BASE_TREE_struct::free, freshenPACIndexesAll(), ANTLR3_VECTOR_struct::get, ANTLR3_BASE_TREE_struct::isNilNode, ANTLR3_BASE_TREE_struct::setChildIndex, ANTLR3_BASE_TREE_struct::setParent, and ANTLR3_VECTOR_struct::size. Referenced by antlr3BaseTreeNew().
static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) [static]Add all elements of the supplied list as children of this node. References ANTLR3_BASE_TREE_struct::addChild, ANTLR3_LIST_struct::get, and ANTLR3_LIST_struct::size. Referenced by antlr3BaseTreeNew().
ANTLR3_API pANTLR3_BASE_TREE antlr3BaseTreeNew (pANTLR3_BASE_TREE tree)References addChild(), ANTLR3_BASE_TREE_struct::addChild, addChildren(), ANTLR3_BASE_TREE_struct::addChildren, ANTLR3_BASE_TREE_struct::children, deleteChild(), ANTLR3_BASE_TREE_struct::deleteChild, dupTree(), ANTLR3_BASE_TREE_struct::dupTree, freshenPACIndexes(), ANTLR3_BASE_TREE_struct::freshenPACIndexes, freshenPACIndexesAll(), ANTLR3_BASE_TREE_struct::freshenPACIndexesAll, getCharPositionInLine(), ANTLR3_BASE_TREE_struct::getCharPositionInLine, getChild(), ANTLR3_BASE_TREE_struct::getChild, getChildCount(), ANTLR3_BASE_TREE_struct::getChildCount, getFirstChildWithType(), ANTLR3_BASE_TREE_struct::getFirstChildWithType, getLine(), ANTLR3_BASE_TREE_struct::getLine, replaceChildren(), ANTLR3_BASE_TREE_struct::replaceChildren, setChild(), ANTLR3_BASE_TREE_struct::setChild, ANTLR3_BASE_TREE_struct::strFactory, toStringTree(), and ANTLR3_BASE_TREE_struct::toStringTree. Referenced by antlr3SetCTAPI().
static void * deleteChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) [static]References ANTLR3_BASE_TREE_struct::children, and ANTLR3_VECTOR_struct::remove. Referenced by antlr3BaseTreeNew().
static void * dupTree (pANTLR3_BASE_TREE tree) [static]References ANTLR3_BASE_TREE_struct::addChild, ANTLR3_BASE_TREE_struct::children, ANTLR3_BASE_TREE_struct::dupNode, ANTLR3_BASE_TREE_struct::dupTree, ANTLR3_VECTOR_struct::get, and ANTLR3_VECTOR_struct::size. Referenced by antlr3BaseTreeNew().
static void freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset) [static]Set the parent and child indexes for some of the children of the supplied tree, starting with the child at the supplied index. References ANTLR3_BASE_TREE_struct::getChild, ANTLR3_BASE_TREE_struct::getChildCount, ANTLR3_BASE_TREE_struct::setChildIndex, and ANTLR3_BASE_TREE_struct::setParent. Referenced by antlr3BaseTreeNew().
static void freshenPACIndexesAll (pANTLR3_BASE_TREE tree) [static]Set the parent and child indexes for all children of the supplied tree. References ANTLR3_BASE_TREE_struct::freshenPACIndexes. Referenced by addChild(), and antlr3BaseTreeNew().
static ANTLR3_UINT32 getCharPositionInLine (pANTLR3_BASE_TREE tree) [static]Referenced by antlr3BaseTreeNew(), and antlr3RecognitionExceptionNew().
static void * getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) [static]References ANTLR3_BASE_TREE_struct::children, ANTLR3_VECTOR_struct::get, and ANTLR3_VECTOR_struct::size. Referenced by antlr3BaseTreeNew().
static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE tree) [static]References ANTLR3_BASE_TREE_struct::children, and ANTLR3_VECTOR_struct::size. Referenced by antlr3BaseTreeNew().
static pANTLR3_BASE_TREE getFirstChildWithType (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type) [static]References ANTLR3_BASE_TREE_struct::children, ANTLR3_VECTOR_struct::get, ANTLR3_BASE_TREE_struct::getType, and ANTLR3_VECTOR_struct::size. Referenced by antlr3BaseTreeNew().
static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree) [static]Referenced by antlr3BaseTreeNew(), and antlr3RecognitionExceptionNew().
static void replaceChildren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) [static]Delete children from start to stop and replace with t even if t is a list (nil-root tree). Num of children can increase or decrease. For huge child lists, inserting children can force walking rest of children to set their child index; could be slow. References ANTLR3_VECTOR_struct::add, ANTLR3_FALSE, ANTLR3_FPRINTF, ANTLR3_FREE, ANTLR3_TRUE, antlr3VectorNew(), ANTLR3_STRING_struct::chars, ANTLR3_BASE_TREE_struct::children, ANTLR3_VECTOR_struct::elements, ANTLR3_BASE_TREE_struct::freshenPACIndexes, ANTLR3_VECTOR_struct::get, ANTLR3_BASE_TREE_struct::getText, ANTLR3_BASE_TREE_struct::isNilNode, ANTLR3_VECTOR_struct::remove, ANTLR3_VECTOR_struct::set, ANTLR3_BASE_TREE_struct::setChildIndex, ANTLR3_BASE_TREE_struct::setParent, and ANTLR3_VECTOR_struct::size. Referenced by antlr3BaseTreeNew().
static void setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child) [static]References ANTLR3_FALSE, ANTLR3_BASE_TREE_struct::children, ANTLR3_BASE_TREE_struct::createChildrenList, and ANTLR3_VECTOR_struct::set. Referenced by antlr3BaseTreeNew().
static pANTLR3_STRING toStringTree (pANTLR3_BASE_TREE tree) [static]References ANTLR3_FALSE, ANTLR3_STRING_struct::append8, ANTLR3_BASE_TREE_struct::children, ANTLR3_VECTOR_struct::get, ANTLR3_BASE_TREE_struct::isNilNode, ANTLR3_STRING_FACTORY_struct::newRaw, ANTLR3_VECTOR_struct::size, ANTLR3_BASE_TREE_struct::strFactory, ANTLR3_BASE_TREE_struct::toString, and ANTLR3_BASE_TREE_struct::toStringTree. Referenced by antlr3BaseTreeNew().
AuthorGenerated automatically by Doxygen for ANTLR3C from the source code. 0
Johanes Gumabo
Data Size : 30,619 byte
man-antlr3-deleteChild.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 2 / 193,724
Visitor ID : :
Visitor IP : 18.223.239.65 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.