Uses of Interface
spoon.reflect.code.CtJavaDocTag
Packages that use CtJavaDocTag
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.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtJavaDocTag in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtJavaDocTagModifier and TypeMethodDescription<E extends CtJavaDocTag>
ECtJavaDocTag.setContent(String content)
Define the content of the tag<E extends CtJavaDocTag>
EDefine a parameter<E extends CtJavaDocTag>
ECtJavaDocTag.setRealName(String realName)
Define the real name of tag type<E extends CtJavaDocTag>
EDefine the type of the tag<E extends CtJavaDocTag>
ECtJavaDocTag.setType(CtJavaDocTag.TagType type)
Define the type of the tagMethods in spoon.reflect.code that return CtJavaDocTagMethods in spoon.reflect.code that return types with arguments of type CtJavaDocTagMethods in spoon.reflect.code with parameters of type CtJavaDocTagModifier and TypeMethodDescription<E extends CtJavaDoc>
ECtJavaDoc.addTag(int index, CtJavaDocTag tag)
Add a new tag at the index position<E extends CtJavaDoc>
ECtJavaDoc.addTag(CtJavaDocTag tag)
Add a new tag at the end of the list<E extends CtJavaDoc>
ECtJavaDoc.removeTag(CtJavaDocTag tag)
Remove a specific tagMethod parameters in spoon.reflect.code with type arguments of type CtJavaDocTagModifier and TypeMethodDescription<E extends CtJavaDoc>
ECtJavaDoc.setTags(List<CtJavaDocTag> tags)
Define the list of tags -
Uses of CtJavaDocTag in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtJavaDocTagModifier and TypeMethodDescriptionCodeFactory.createJavaDocTag(String content, CtJavaDocTag.TagType type)
Creates a javadoc tagCodeFactory.createJavaDocTag(String content, CtJavaDocTag.TagType type, String realName)
Creates a javadoc tagCoreFactory.createJavaDocTag()
Creates a javadoc tag.Factory.createJavaDocTag()
Factory.createJavaDocTag(String content, CtJavaDocTag.TagType type)
Factory.createJavaDocTag(String content, CtJavaDocTag.TagType type, String realName)
FactoryImpl.createJavaDocTag()
FactoryImpl.createJavaDocTag(String content, CtJavaDocTag.TagType type)
FactoryImpl.createJavaDocTag(String content, CtJavaDocTag.TagType type, String realName)
-
Uses of CtJavaDocTag in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtJavaDocTagModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtJavaDocTag(CtJavaDocTag docTag)
void
CtBiScannerDefault.visitCtJavaDocTag(CtJavaDocTag docTag)
void
CtInheritanceScanner.visitCtJavaDocTag(CtJavaDocTag e)
void
CtScanner.visitCtJavaDocTag(CtJavaDocTag docTag)
void
CtVisitor.visitCtJavaDocTag(CtJavaDocTag docTag)
Visits a javadoc tagvoid
DefaultJavaPrettyPrinter.visitCtJavaDocTag(CtJavaDocTag docTag)
-
Uses of CtJavaDocTag in spoon.support
Methods in spoon.support that return CtJavaDocTag -
Uses of CtJavaDocTag in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtJavaDocTagMethods in spoon.support.reflect.code with type parameters of type CtJavaDocTagModifier and TypeMethodDescription<E extends CtJavaDocTag>
ECtJavaDocTagImpl.setContent(String content)
<E extends CtJavaDocTag>
E<E extends CtJavaDocTag>
ECtJavaDocTagImpl.setRealName(String realName)
<E extends CtJavaDocTag>
E<E extends CtJavaDocTag>
ECtJavaDocTagImpl.setType(CtJavaDocTag.TagType type)
Methods in spoon.support.reflect.code that return CtJavaDocTagMethods in spoon.support.reflect.code that return types with arguments of type CtJavaDocTagMethods in spoon.support.reflect.code with parameters of type CtJavaDocTagModifier and TypeMethodDescription<E extends CtJavaDoc>
ECtJavaDocImpl.addTag(int index, CtJavaDocTag tag)
<E extends CtJavaDoc>
ECtJavaDocImpl.addTag(CtJavaDocTag tag)
<E extends CtJavaDoc>
ECtJavaDocImpl.removeTag(CtJavaDocTag tag)
Method parameters in spoon.support.reflect.code with type arguments of type CtJavaDocTagModifier and TypeMethodDescription<E extends CtJavaDoc>
ECtJavaDocImpl.setTags(List<CtJavaDocTag> tags)
-
Uses of CtJavaDocTag in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtJavaDocTagModifier and TypeMethodDescriptionvoid
CloneBuilder.visitCtJavaDocTag(CtJavaDocTag e)
void
CloneVisitor.visitCtJavaDocTag(CtJavaDocTag docTag)
-
Uses of CtJavaDocTag in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtJavaDocTagModifier and TypeMethodDescriptionvoid
ReplacementVisitor.visitCtJavaDocTag(CtJavaDocTag docTag)