private static class JavadocMethodCheck.ExceptionInfo extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private DetailAST |
ast
AST node representing this exception.
|
private JavadocMethodCheck.ClassInfo |
classInfo
Class information associated with this exception.
|
private boolean |
found
Does the exception have throws tag associated with.
|
| Constructor and Description |
|---|
ExceptionInfo(DetailAST ast,
JavadocMethodCheck.ClassInfo classInfo)
Creates new instance for
FullIdent. |
| Modifier and Type | Method and Description |
|---|---|
private DetailAST |
getAst()
Gets the AST node representing this exception.
|
private JavadocMethodCheck.Token |
getName()
Gets exception name.
|
private boolean |
isFound()
Checks that the exception has throws tag associated with it.
|
private void |
setFound()
Mark that the exception has associated throws tag.
|
private final JavadocMethodCheck.ClassInfo classInfo
private boolean found
ExceptionInfo(DetailAST ast, JavadocMethodCheck.ClassInfo classInfo)
FullIdent.ast - AST node representing this exceptionclassInfo - class infoprivate DetailAST getAst()
private void setFound()
private boolean isFound()
private JavadocMethodCheck.Token getName()
Copyright © 2001-2022. All Rights Reserved.