Home
last modified time | relevance | path

Searched refs:getTokenPriority (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaCompiler.java165 … (((Token)evalStack.peek()).getTokenPriority() >=pt.getTokenPriority())) { in infix2RPN()
H A DToken.java135 public int getTokenPriority() { in getTokenPriority() method in Token