Uses of Interface
org.jboss.jdeparser.JSourceFile
-
Uses of JSourceFile in org.jboss.jdeparser
Classes in org.jboss.jdeparser that implement JSourceFileMethods in org.jboss.jdeparser that return JSourceFileModifier and TypeMethodDescriptionAdd a type import to this source file.Add a type import to this source file.Add a type import to this source file.ImplJSourceFile.blankLine()
JSourceFile.blankLine()
Add a blank line to this source file.ImplJSources.createSourceFile
(String packageName, String fileName) JSources.createSourceFile
(String packageName, String fileName) Create a source file.ImplJSourceFile.importStatic
(Class<?> type, String member) ImplJSourceFile.importStatic
(String type, String member) ImplJSourceFile.importStatic
(JType type, String member) JSourceFile.importStatic
(Class<?> type, String member) Add a static member import to this source file.JSourceFile.importStatic
(String type, String member) Add a static member import to this source file.JSourceFile.importStatic
(JType type, String member) Add a static member import to this source file.