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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 258 Node lastComment = null;
262 lastComment = node;
282 if (lastComment != null) {
283 style.setJavaDoc(parseJavadoc(lastComment.getNodeValue()));
288 parseAttr(node, lastComment);
290 lastComment = null;
389 private AttributeInfo parseAttr(Node attrNode, Node lastComment) {
403 } else if (lastComment != null) {
407 if (lastComment != null) {
408 info.setJavaDoc(parseJavadoc(lastComment.getNodeValue()))
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 152 milliseconds