Uses of Package
spoon.reflect

Packages that use spoon.reflect
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
This package defines the Spoon's compile-time meta-model of Java programs.
This package defines all the sub-factories for the Spoon meta-model.
This package contains some default implementations for commonly used processing tasks.
  • Classes in spoon.reflect used by spoon
    Class
    Description
    represents a Java program, modeled by a set of compile-time (Ct) objects where each object is a program element (for instance, a CtClass represents a class).
  • Classes in spoon.reflect used by spoon.reflect
    Class
    Description
    represents a Java program, modeled by a set of compile-time (Ct) objects where each object is a program element (for instance, a CtClass represents a class).
  • Class
    Description
    represents a Java program, modeled by a set of compile-time (Ct) objects where each object is a program element (for instance, a CtClass represents a class).
  • Classes in spoon.reflect used by spoon.support
    Class
    Description
    This interface defines the protocol to save and load a factory and it's associated model through output and input streams.