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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIUserConversion.java163 private JDefinedClass generateAdapter(JCodeModel cm, String parseMethod, String printMethod, JClass inMemoryType) { argument
186 if( parseMethod.equals("new") ) {
193 int idx = parseMethod.lastIndexOf('.');
195 // parseMethod specifies the static method of the target type
200 inv = inMemoryType.staticInvoke(parseMethod).arg($value);
202 inv = JExpr.direct(parseMethod+"(value)");
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DBytecodeDescriptor.java40 public static List<Class<?>> parseMethod(String bytecodeSignature, ClassLoader loader) { method in class:BytecodeDescriptor
41 return parseMethod(bytecodeSignature, 0, bytecodeSignature.length(), loader);
44 static List<Class<?>> parseMethod(String bytecodeSignature, method in class:BytecodeDescriptor
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIConversion.java127 private String parseMethod; field in class:BIConversion.User
139 public User(Locator loc, String parseMethod, String printMethod, JType inMemoryType) { argument
141 this.parseMethod = parseMethod;
174 private JDefinedClass generateAdapter(String parseMethod, String printMethod,XSSimpleType owner) { argument
199 if( parseMethod.equals("new") ) {
206 int idx = parseMethod.lastIndexOf('.');
208 // parseMethod specifies the static method of the target type
213 inv = bim.staticInvoke(parseMethod).arg($value);
215 inv = JExpr.direct(parseMethod
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DJAXWSBindingExtensionHandler.java259 private void parseMethod(com.sun.tools.internal.ws.api.wsdl.TWSDLParserContext context, JAXWSBinding jaxwsBinding, Element e) { method in class:JAXWSBindingExtensionHandler
474 parseMethod(context, jaxwsBinding, e2);
628 parseMethod(context, jaxwsBinding, e2);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java152 InputMethod method = parseMethod(this, getParentObject());
158 private InputMethod parseMethod(XMLParser.ElementHandler handler, Group group) throws SAXException { method in class:Parser
184 InputMethod method = parseMethod(this, getParentObject().getGroup());

Completed in 50 milliseconds