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