Package io.polyapi.plugin.service
Class PolyCodeWriter
java.lang.Object
com.sun.codemodel.CodeWriter
io.polyapi.plugin.service.PolyCodeWriter
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields inherited from class com.sun.codemodel.CodeWriter
encoding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()openBinary(com.sun.codemodel.JPackage pkg, String fileName) Methods inherited from class com.sun.codemodel.CodeWriter
openSource
-
Constructor Details
-
PolyCodeWriter
public PolyCodeWriter()
-
-
Method Details
-
openBinary
- Specified by:
openBinaryin classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
getClasses
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-