|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
org.eclipse.jdt.internal.compiler.parser.JavadocParser
org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
public class CompletionJavadocParser
Parser specialized for decoding javadoc comments which includes cursor location for code completion.
Field Summary | |
---|---|
static int |
BLOCK_ALL_TAGS_LENGTH
|
static int |
INLINE_ALL_TAGS_LENGTH
|
Fields inherited from class org.eclipse.jdt.internal.compiler.parser.JavadocParser |
---|
docComment, shouldReportProblems |
Fields inherited from class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser |
---|
checkDocComment, COMPIL_PARSER, COMPLETION_PARSER, DOM_PARSER, FORMATTER_COMMENT_PARSER, reportProblems, scanner, SELECTION_PARSER, source, SOURCE_PARSER |
Constructor Summary | |
---|---|
CompletionJavadocParser(CompletionParser sourceParser)
|
Method Summary | |
---|---|
boolean |
checkDeprecation(int commentPtr)
|
Methods inherited from class org.eclipse.jdt.internal.compiler.parser.JavadocParser |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INLINE_ALL_TAGS_LENGTH
public static final int BLOCK_ALL_TAGS_LENGTH
Constructor Detail |
---|
public CompletionJavadocParser(CompletionParser sourceParser)
Method Detail |
---|
public boolean checkDeprecation(int commentPtr)
checkDeprecation
in class JavadocParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |