Uses of Interface
spoon.reflect.declaration.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
Modifier 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
-
Uses of CtCodeSnippet in spoon.reflect.visitor
Modifier and TypeMethodDescriptionvoid
CtInheritanceScanner.scanCtCodeSnippet(CtCodeSnippet snippet)
-
Uses of CtCodeSnippet in spoon.support.reflect.code
Modifier and TypeClassDescriptionclass
class
-
Uses of CtCodeSnippet in spoon.support.visitor.equals