spoon.reflect.cu |
This package defines compilation units that hold the source code and some classes around them (in most cases, these features should be ignored by the programmers).
Related Documentation
|
Java Source File Name | Type | Comment |
CompilationUnit.java | Interface | Defines a compilation unit. |
Import.java | Interface | This interface represents imports in a compilation unit. |
SourceCodeFragment.java | Class | This class defines textual source code fragments that can be attached to a
compilation unit in order to modify its source code by preserving its
original formatting. |
SourcePosition.java | Interface | This interface represents the position of a program element in a source file. |