Uses of Enum
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.TagTypeConstructors in spoon.javadoc.internal with parameters of type CtJavaDocTag.TagTypeModifierConstructorDescriptionJavadocBlockTag(CtJavaDocTag.TagType type, String content)
JavadocBlockTag(CtJavaDocTag.TagType type, String tagRealName, String content)
-
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.TagType
CtJavaDocTag.TagType.tagFromName(String tagName)
Get the tag type associated to a namestatic CtJavaDocTag.TagType
Returns the enum constant of this type with the specified name.static CtJavaDocTag.TagType[]
CtJavaDocTag.TagType.values()
Returns an array containing the constants of this enum type, 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)