Uses of Enum
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()
static JavadocInlineTag.Type
Returns the enum constant of this type with the specified name.static JavadocInlineTag.Type[]
JavadocInlineTag.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in spoon.javadoc.internal with parameters of type JavadocInlineTag.TypeModifierConstructorDescriptionJavadocInlineTag(String tagName, JavadocInlineTag.Type type, String content)