Searched refs:topTok (Results 1 – 1 of 1) sorted by relevance
166 Token topTok = (Token)evalStack.peek(); in infix2RPN() local167 if (topTok.isFunction() || isOpenBrace(topTok)) { in infix2RPN()178 Token topTok = (Token)evalStack.peek(); in infix2RPN() local179 … if (!(isOpenBrace(topTok) || isParamDelimiter(topTok))) { //Don't output brackets and commas in infix2RPN()