Searched refs:getTokenID (Results 1 – 11 of 11) sorted by relevance
92 switch(t.getTokenID()) { in getByte()141 tmpByteArray.add(new Byte((byte)t.getTokenID())); in operatorEncoder()155 tmpByteArray.add(new Byte((byte)t.getTokenID())); in stringEncoder()177 tmpByteArray.add(new Byte((byte)t.getTokenID())); in numEncoder()327 tmpByteArray.add(new Byte((byte)t.getTokenID())); in nameDefinitionEncoder()359 tmpByteArray.add(new Byte((byte)t.getTokenID())); in cellRefEncoder()406 tmpByteArray.add(new Byte((byte)t.getTokenID())); in threeDCellRefEncoder()450 tmpByteArray.add(new Byte((byte)t.getTokenID())); in threeDAreaRefEncoder()506 tmpByteArray.add(new Byte((byte)t.getTokenID())); in areaRefEncoder()541 int id = t.getTokenID(); in functionEncoder()
72 return pt.getTokenID() == TokenConstants.TPERCENT; in isPercent()76 return pt.getTokenID() == TokenConstants.TPAREN; in isOpenBrace()84 return pt.getTokenID() == TokenConstants.TARGSEP; in isParamDelimiter()
106 public int getTokenID() { in getTokenID() method in Token
530 if( SQL_ISRULE(pTableRef,cross_union) || pTableRef->getChild(1)->getTokenID() != SQL_TOKEN_NATURAL) in getQualified_join()891 …if (pDatatype->count() == 2 && (pType->getTokenID() == SQL_TOKEN_CHAR || pType->getTokenID() == SQ… in traverseCreateColumns()1500 …:connectivity::OSQLParser::getFunctionParameterType( _pParentNode->getChild(0)->getTokenID(), i-1); in traverseParameter()1561 …e = ::connectivity::OSQLParser::getFunctionParameterType( pParent->getChild(0)->getTokenID(), i+1); in traverseParameter()2206 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType()
2284 …_inout_rBuffer.append( ::rtl::OStringToOUString( OSQLParser::TokenIDToStr( getTokenID() ), RTL_TEX… in showParseTree()
368 sal_uInt32 getTokenID() const {return m_nNodeID;} in getTokenID() function in connectivity::OSQLParseNode467 …#define SQL_ISTOKEN(pParseNode, token) ((pParseNode)->isToken() && (pParseNode)->getTokenID() == S…
638 sal_Int32 nTokenId = pPredicateNode->getChild(0)->getTokenID(); in executeFunction()
1470 if (pDistinct && pDistinct->getTokenID() == SQL_TOKEN_DISTINCT ) in OpenImpl()
180 ::rtl::OString sT = OSQLParser::TokenIDToStr(_pNode->getTokenID()); in insertParseTree()
857 … if ( GetFunctionName(pColumnRef->getChild(0)->getTokenID(),sLocalizedFunctionName) ) in saveField()
3293 …sFunctionName = ::rtl::OStringToOUString(OSQLParser::TokenIDToStr(pFunctionName->getTokenID()),RTL… in fillFunctionInfo()
Completed in 94 milliseconds