Home
last modified time | relevance | path

Searched refs:tcAttribute (Results 1 – 6 of 6) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/java/src/
H A DJNIBNFClauseScope.cpp37 …jobject result = createWrapper(pEnv, pClass, pObjectInstance->getNode(tcAttribute).getInternalNod… in Java_org_codeworker_jni_BNFClauseScope_getNode()
51 …jobject result = createWrapper(pEnv, pClass, pObjectInstance->getOrCreateLocalNode(tcAttribute).g… in Java_org_codeworker_jni_BNFClauseScope_getOrCreateLocalNode()
H A DJNIParseTree.cpp145 jobject result = createWrapper(pEnv, pObjectClass, pObjectInstance->getNode(tcAttribute)); in Java_org_codeworker_jni_ParseTree_getNode()
158 jobject result = createWrapper(pEnv, pObjectClass, pObjectInstance->insertNode(tcAttribute)); in Java_org_codeworker_jni_ParseTree_insertNode()
H A DJNIRuntime.cpp311 sAttribute = tcAttribute; in Java_org_codeworker_jni_Runtime_removeRecursive()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h486 …inline Tree* nextNode(Tree* pTree, const char* tcAttribute) { return _nextNode(pTree, tcAttribute)… in nextNode() argument
495 …inline Tree* insertNode(Tree* pTree, const char* tcAttribute) { return _insertNode(pTree, tcAttrib… in insertNode() argument
H A DDynPackage.cpp205 Tree* pfNextNode(Tree* pNode, const char* tcAttribute) { in pfNextNode() argument
206 return pNode->getNode(tcAttribute); in pfNextNode()
209 Tree* pfInsertNode(Tree* pNode, const char* tcAttribute) { in pfInsertNode() argument
210 return pNode->insertNode(tcAttribute); in pfInsertNode()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_486 …inline Tree* nextNode(Tree* pTree, const char* tcAttribute) { return _nextNode(pTree, tcAttribute)…
495 …inline Tree* insertNode(Tree* pTree, const char* tcAttribute) { return _insertNode(pTree, tcAttrib…