Uses of Interface
spoon.reflect.declaration.CtCodeSnippet
Packages that use CtCodeSnippet
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
-
Uses of CtCodeSnippet in spoon.reflect.code
Subinterfaces of CtCodeSnippet in spoon.reflect.codeModifier and TypeInterfaceDescriptioninterface
This element is a code snippet that must represent an expression and can thus be inserted in the program's model as is.interface
This element is a code snippet that must represent a statement and can thus be inserted in the program's model as is. -
Uses of CtCodeSnippet in spoon.reflect.declaration
Methods in spoon.reflect.declaration with type parameters of type CtCodeSnippet -
Uses of CtCodeSnippet in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtCodeSnippetModifier and TypeMethodDescriptionvoid
CtInheritanceScanner.scanCtCodeSnippet(CtCodeSnippet snippet)
-
Uses of CtCodeSnippet in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtCodeSnippetModifier and TypeClassDescriptionclass
class
Methods in spoon.support.reflect.code with type parameters of type CtCodeSnippet -
Uses of CtCodeSnippet in spoon.support.visitor.equals
Methods in spoon.support.visitor.equals with parameters of type CtCodeSnippet