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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DDocumentCall.java47 private Expression _arg2 = null; field in class:DocumentCall
89 _arg2 = argument(1);
91 if (_arg2 == null) {// should not happened
96 final Type arg2Type = _arg2.typeCheck(stable);
99 _arg2 = new CastExpr(_arg2, Type.NodeSet);
145 //_arg2 == null was tested in typeChec()
146 _arg2.translate(classGen, methodGen);
147 _arg2.startIterator(classGen, methodGen);

Completed in 336 milliseconds