Uses of Enum Class
spoon.javadoc.internal.JavadocInlineTag.Type
Packages that use JavadocInlineTag.Type
-
Uses of JavadocInlineTag.Type in spoon.javadoc.internal
Methods in spoon.javadoc.internal that return JavadocInlineTag.TypeModifier and TypeMethodDescriptionJavadocInlineTag.getType()Deprecated, for removal: This API element is subject to removal in a future version.static JavadocInlineTag.TypeReturns the enum constant of this class with the specified name.static JavadocInlineTag.Type[]JavadocInlineTag.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in spoon.javadoc.internal with parameters of type JavadocInlineTag.TypeModifierConstructorDescriptionJavadocInlineTag(String tagName, JavadocInlineTag.Type type, String content) Deprecated, for removal: This API element is subject to removal in a future version.