Uses of Enum
spoon.reflect.code.CtComment.CommentType
Packages that use CtComment.CommentType
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 CtComment.CommentType in spoon.reflect.code
Methods in spoon.reflect.code that return CtComment.CommentTypeModifier and TypeMethodDescriptionCtComment.getCommentType()
Get the type of the commentstatic CtComment.CommentType
Returns the enum constant of this type with the specified name.static CtComment.CommentType[]
CtComment.CommentType.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 CtComment.CommentTypeModifier and TypeMethodDescription<E extends CtComment>
ECtComment.setCommentType(CtComment.CommentType commentType)
-
Uses of CtComment.CommentType in spoon.reflect.factory
Methods in spoon.reflect.factory with parameters of type CtComment.CommentTypeModifier and TypeMethodDescriptionCodeFactory.createComment(String content, CtComment.CommentType type)
Creates a commentFactory.createComment(String content, CtComment.CommentType type)
FactoryImpl.createComment(String content, CtComment.CommentType type)
-
Uses of CtComment.CommentType in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return CtComment.CommentTypeMethods in spoon.support.reflect.code with parameters of type CtComment.CommentTypeModifier and TypeMethodDescription<E extends CtComment>
ECtCommentImpl.setCommentType(CtComment.CommentType commentType)
Constructors in spoon.support.reflect.code with parameters of type CtComment.CommentType