Uses of Enum Class
spoon.reflect.code.CtJavaDocTag.TagType
Packages that use CtJavaDocTag.TagType
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
-
Uses of CtJavaDocTag.TagType in spoon.javadoc.internal
Methods in spoon.javadoc.internal that return CtJavaDocTag.TagTypeModifier and TypeMethodDescriptionJavadocBlockTag.getType()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in spoon.javadoc.internal with parameters of type CtJavaDocTag.TagTypeModifierConstructorDescriptionJavadocBlockTag(CtJavaDocTag.TagType type, String content) Deprecated, for removal: This API element is subject to removal in a future version.JavadocBlockTag(CtJavaDocTag.TagType type, String tagRealName, String content) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CtJavaDocTag.TagType in spoon.reflect.code
Methods in spoon.reflect.code that return CtJavaDocTag.TagTypeModifier and TypeMethodDescriptionCtJavaDocTag.getType()The type of the tagstatic CtJavaDocTag.TagTypeCtJavaDocTag.TagType.tagFromName(String tagName) Get the tag type associated to a namestatic CtJavaDocTag.TagTypeReturns the enum constant of this class with the specified name.static CtJavaDocTag.TagType[]CtJavaDocTag.TagType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in spoon.reflect.code with parameters of type CtJavaDocTag.TagTypeModifier and TypeMethodDescription<E extends CtJavaDocTag>
ECtJavaDocTag.setType(CtJavaDocTag.TagType type) Define the type of the tag -
Uses of CtJavaDocTag.TagType in spoon.reflect.factory
Methods in spoon.reflect.factory with parameters of type CtJavaDocTag.TagTypeModifier and TypeMethodDescriptionCodeFactory.createJavaDocTag(String content, CtJavaDocTag.TagType type) Creates a javadoc tagCodeFactory.createJavaDocTag(String content, CtJavaDocTag.TagType type, String realName) Creates a javadoc tagFactory.createJavaDocTag(String content, CtJavaDocTag.TagType type) Factory.createJavaDocTag(String content, CtJavaDocTag.TagType type, String realName) FactoryImpl.createJavaDocTag(String content, CtJavaDocTag.TagType type) FactoryImpl.createJavaDocTag(String content, CtJavaDocTag.TagType type, String realName) -
Uses of CtJavaDocTag.TagType in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return CtJavaDocTag.TagTypeMethods in spoon.support.reflect.code with parameters of type CtJavaDocTag.TagTypeModifier and TypeMethodDescription<E extends CtJavaDocTag>
ECtJavaDocTagImpl.setType(CtJavaDocTag.TagType type)