Lines Matching defs:type

36 package sunsoft.jws.visual.rt.type;
186 ("sunsoft.jws.visual.rt.type.AMConverter.FMT.0",
287 "sunsoft.jws.visual.rt.type.AMConverter.AMConverter__convertF.0"));
306 String type = null, name = null, attr = null;
309 type = (String)e.nextElement();
316 Global.getMsg("sunsoft.jws.visual.rt.type.AMConverter.________Incomplete__attri.1") +
318 Global.newline() + /* NOI18N */" type = " + type +
327 AttributeManager mgr = convertParent(type, name);
340 private AttributeManager convertParent(String type, String name) {
344 Class onLineType = searchShadowPath(type);
353 throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.AMConverter.FMT.1", Global.getMsg("sunsoft.jws.visual.rt.type.AMConverter.Could__not__access__"), onLineType.getName()));
358 throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.AMConverter.FMT.2", Global.getMsg("sunsoft.jws.visual.rt.type.AMConverter.Could__not__instantiat.2"), onLineType.getName()));
372 String type, name;
381 type = null;
386 type = (String)e.nextElement();
393 Global.getMsg("sunsoft.jws.visual.rt.type.AMConverter.________Incomplete__attri.3") +
395 Global.newline() + /* NOI18N */" type = " + type +
400 AttributeManager child = convertParent(type, name);
417 // REMIND: add error check for non-AMContainer type
434 throw new Error(Global.fmtMsg("sunsoft.jws.visual.rt.type.AMConverter.FMT.3", Global.getMsg("sunsoft.jws.visual.rt.type.AMConverter.will__not__generate__co.4"),
435 Global.getMsg("sunsoft.jws.visual.rt.type.AMConverter.implementation__of__th.5")));