Uses of Interface
spoon.reflect.code.CtJavaDoc
Packages that use CtJavaDoc
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 CtJavaDoc in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtJavaDocModifier 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(int index)
Remove a tag from the index<E extends CtJavaDoc>
ECtJavaDoc.removeTag(CtJavaDocTag tag)
Remove a specific tag<E extends CtJavaDoc>
ECtJavaDoc.setTags(List<CtJavaDocTag> tags)
Define the list of tagsMethods in spoon.reflect.code that return CtJavaDoc -
Uses of CtJavaDoc in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtJavaDocModifier and TypeMethodDescriptionCoreFactory.createJavaDoc()
Creates a javadoc comment.Factory.createJavaDoc()
FactoryImpl.createJavaDoc()
-
Uses of CtJavaDoc in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtJavaDocModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtJavaDoc(CtJavaDoc javadoc)
void
CtBiScannerDefault.visitCtJavaDoc(CtJavaDoc javaDoc)
void
CtInheritanceScanner.visitCtJavaDoc(CtJavaDoc e)
void
CtScanner.visitCtJavaDoc(CtJavaDoc javaDoc)
void
CtVisitor.visitCtJavaDoc(CtJavaDoc comment)
Visits a javadoc commentvoid
DefaultJavaPrettyPrinter.visitCtJavaDoc(CtJavaDoc comment)
void
ImportScannerImpl.visitCtJavaDoc(CtJavaDoc ctJavaDoc)
-
Uses of CtJavaDoc in spoon.support
Methods in spoon.support that return CtJavaDoc -
Uses of CtJavaDoc in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtJavaDocMethods in spoon.support.reflect.code with type parameters of type CtJavaDocModifier and TypeMethodDescription<E extends CtJavaDoc>
ECtJavaDocImpl.addTag(int index, CtJavaDocTag tag)
<E extends CtJavaDoc>
ECtJavaDocImpl.addTag(CtJavaDocTag tag)
<E extends CtJavaDoc>
ECtJavaDocImpl.removeTag(int index)
<E extends CtJavaDoc>
ECtJavaDocImpl.removeTag(CtJavaDocTag tag)
<E extends CtJavaDoc>
ECtJavaDocImpl.setTags(List<CtJavaDocTag> tags)
Methods in spoon.support.reflect.code that return CtJavaDoc -
Uses of CtJavaDoc in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtJavaDoc -
Uses of CtJavaDoc in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtJavaDoc