Searched defs:lookupPrimop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DExpression.java195 public MethodType lookupPrimop(SymbolTable stable, String op, method in class:Expression
198 final Vector primop = stable.lookupPrimop(op);
H A DSymbolTable.java152 public Vector lookupPrimop(String name) { method in class:SymbolTable

Completed in 30 milliseconds