Exemple #1
0
const char *DateTimeNode::getTypeName() const {
   return getStaticTypeName();
}
Exemple #2
0
// returns the type name as a c string
const char* AbstractCallReferenceNode::getTypeName() const {
   return getStaticTypeName();
}
Exemple #3
0
// returns the type name as a c string
const char* QoreNumberNode::getTypeName() const {
   return getStaticTypeName();
}
Exemple #4
0
// returns the type name as a c string
const char *BinaryNode::getTypeName() const {
   return getStaticTypeName();
}
Exemple #5
0
// returns the type name as a c string
const char* QoreValueList::getTypeName() const {
   return getStaticTypeName();
}