org.netbeans.modules.java.source 0.80.1 17

org.netbeans.api.java.source
Class CommentCollector

java.lang.Object
  extended by org.netbeans.api.java.source.CommentCollector

public final class CommentCollector
extends Object


Method Summary
 void collect(TokenSequence<org.netbeans.api.java.lexer.JavaTokenId> ts, CompilationInfo ci)
           
 void collect(WorkingCopy copy)
           
static CommentCollector getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CommentCollector getInstance()

collect

public void collect(WorkingCopy copy)
             throws IOException
Throws:
IOException

collect

public void collect(TokenSequence<org.netbeans.api.java.lexer.JavaTokenId> ts,
                    CompilationInfo ci)

org.netbeans.modules.java.source 0.80.1 17

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.