コード例 #1
0
ファイル: DateTimeNode.cpp プロジェクト: qorelanguage/qore
const char *DateTimeNode::getTypeName() const {
   return getStaticTypeName();
}
コード例 #2
0
ファイル: CallReferenceNode.cpp プロジェクト: temnoregg/qore
// returns the type name as a c string
const char* AbstractCallReferenceNode::getTypeName() const {
   return getStaticTypeName();
}
コード例 #3
0
ファイル: QoreNumberNode.cpp プロジェクト: temnoregg/qore
// returns the type name as a c string
const char* QoreNumberNode::getTypeName() const {
   return getStaticTypeName();
}
コード例 #4
0
ファイル: BinaryNode.cpp プロジェクト: qorelanguage/qore
// returns the type name as a c string
const char *BinaryNode::getTypeName() const {
   return getStaticTypeName();
}
コード例 #5
0
ファイル: QoreValueList.cpp プロジェクト: qorelanguage/qore
// returns the type name as a c string
const char* QoreValueList::getTypeName() const {
   return getStaticTypeName();
}