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