private static class JavadocMethodCheck.ClassInfo extends java.lang.Object
Token.| Modifier and Type | Field and Description |
|---|---|
private JavadocMethodCheck.Token |
name
FullIdent associated with this class. |
| Modifier | Constructor and Description |
|---|---|
protected |
ClassInfo(JavadocMethodCheck.Token className)
Creates new instance of class information object.
|
| Modifier and Type | Method and Description |
|---|---|
JavadocMethodCheck.Token |
getName()
Gets class name.
|
private final JavadocMethodCheck.Token name
FullIdent associated with this class.protected ClassInfo(JavadocMethodCheck.Token className)
className - token which represents class name.java.lang.IllegalArgumentException - when className is nullspublic final JavadocMethodCheck.Token getName()
Copyright © 2001-2022. All Rights Reserved.