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