Lines Matching refs:getValue

78             String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
95 String className = attributes.getValue("name");
96 String parentName = attributes.getValue("extends");
98 if (attributes.getValue("abstract").compareTo("true") == 0)
102 String interfaceName = attributes.getValue("name");
106 String ctorType = attributes.getValue("type");
110 String methodName = attributes.getValue("name");
111 String returnType = attributes.getValue("return");
113 if (attributes.getValue("abstract").compareTo("true") == 0)
116 if (attributes.getValue("native").compareTo("true") == 0)
119 if (attributes.getValue("synchronized").compareTo("true") == 0)
125 String fieldName = attributes.getValue("name");
126 String fieldType = attributes.getValue("type");
128 if (attributes.getValue("transient").compareTo("true") == 0)
131 if (attributes.getValue("volatile").compareTo("true") == 0)
133 String value = attributes.getValue("value");
137 String paramName = attributes.getValue("name");
138 String paramType = attributes.getValue("type");
141 String paramName = attributes.getValue("name");
142 String paramType = attributes.getValue("type");
284 String value = attributes.getValue(i);
315 if (attributes.getValue("static").compareTo("true") == 0)
318 if (attributes.getValue("final").compareTo("true") == 0)
321 String cdt = attributes.getValue("deprecated");
332 modifiers.visibility = attributes.getValue("visibility");