Home
last modified time | relevance | path

Searched refs:TAG_EXCEPTION_LENGTH (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocTagConstants.java50 public static final int TAG_EXCEPTION_LENGTH = TAG_EXCEPTION.length; field
H A DJavadocParser.java553 if (length == TAG_EXCEPTION_LENGTH && CharOperation.equals(TAG_EXCEPTION, tagName, 0, length)) { in parseTag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocTagConstants.java62 public static final int TAG_EXCEPTION_LENGTH = TAG_EXCEPTION.length; field
H A DJavadocParser.java573 if (length == TAG_EXCEPTION_LENGTH && CharOperation.equals(TAG_EXCEPTION, tagName, 0, length)) { in parseTag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DDocCommentParser.java460 if (length == TAG_EXCEPTION_LENGTH && CharOperation.equals(TAG_EXCEPTION, tagName)) { in parseTag()