|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavadocTagInfo | |
---|---|
com.puppycrawl.tools.checkstyle.api | Contains the core API to be used to implement checks. |
Uses of JavadocTagInfo in com.puppycrawl.tools.checkstyle.api |
---|
Methods in com.puppycrawl.tools.checkstyle.api that return JavadocTagInfo | |
---|---|
static JavadocTagInfo |
JavadocTagInfo.fromName(String aName)
returns a JavadocTag from the tag name. |
static JavadocTagInfo |
JavadocTagInfo.fromText(String aText)
returns a JavadocTag from the tag text. |
static JavadocTagInfo |
JavadocTagInfo.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JavadocTagInfo[] |
JavadocTagInfo.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |