|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilationUnitServices
An interface that enables Java Parser types to request the compilation unit to be written to disk, as well as find out relevant information about a compilation unit.
This is generally useful if a Java Parser type internally stores an Expression
or similar and
may support modifying its on-disk representation.
Method Summary | |
---|---|
void |
flush()
Forces the implementation to flush any changes. |
org.springframework.roo.model.JavaPackage |
getCompilationUnitPackage()
|
org.springframework.roo.model.JavaType |
getEnclosingTypeName()
|
List<japa.parser.ast.ImportDeclaration> |
getImports()
|
List<japa.parser.ast.body.TypeDeclaration> |
getInnerTypes()
|
Method Detail |
---|
List<japa.parser.ast.ImportDeclaration> getImports()
org.springframework.roo.model.JavaPackage getCompilationUnitPackage()
org.springframework.roo.model.JavaType getEnclosingTypeName()
List<japa.parser.ast.body.TypeDeclaration> getInnerTypes()
void flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |