HomeSort by relevance Sort by last modified time
    Searched defs:lastComment (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 268 Node lastComment = null;
272 lastComment = node;
292 if (lastComment != null) {
293 style.setJavaDoc(parseJavadoc(lastComment.getNodeValue()));
298 parseAttr(node, lastComment);
300 lastComment = null;
399 private AttributeInfo parseAttr(Node attrNode, Node lastComment) {
413 } else if (lastComment != null) {
417 if (lastComment != null) {
418 info.setJavaDoc(parseJavadoc(lastComment.getNodeValue()))
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 84 milliseconds