Searched refs:lookupPrimop (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DUnaryOpExpr.java66 final MethodType ptype = lookupPrimop(stable, "u-",
H A DExpression.java195 public MethodType lookupPrimop(SymbolTable stable, String op, method in class:Expression
198 final Vector primop = stable.lookupPrimop(op);
H A DBinOpExpr.java84 final MethodType ptype = lookupPrimop(stable, Ops[_op],
H A DLogicalExpr.java137 MethodType haveType = lookupPrimop(stable, Ops[_op], wantType);
H A DSymbolTable.java152 public Vector lookupPrimop(String name) { method in class:SymbolTable
H A DRelationalExpr.java184 MethodType ptype = lookupPrimop(stable, Operators.getOpNames(_op),
H A DFunctionCall.java418 lookupPrimop(stable, _fname.getLocalPart(), args);
H A DParser.java743 return(_symbolTable.lookupPrimop(fname) != null);

Completed in 51 milliseconds