Package ortus.boxlang.compiler
Class JavaClassByteCode
java.lang.Object
javax.tools.SimpleJavaFileObject
ortus.boxlang.compiler.JavaClassByteCode
- All Implemented Interfaces:
FileObject,JavaFileObject
JavaFileObject implementation
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind -
Field Summary
FieldsFields inherited from class javax.tools.SimpleJavaFileObject
kind, uri -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getCharContent, getKind, getName, getNestingKind, isNameCompatible, openInputStream, openReader, openWriter, toString, toUri
-
Field Details
-
bos
-
-
Constructor Details
-
JavaClassByteCode
-
-
Method Details
-
getBytes
public byte[] getBytes() -
openOutputStream
- Specified by:
openOutputStreamin interfaceFileObject- Overrides:
openOutputStreamin classSimpleJavaFileObject
-
getLastModified
public long getLastModified()- Specified by:
getLastModifiedin interfaceFileObject- Overrides:
getLastModifiedin classSimpleJavaFileObject
-