Package org.apache.jasper.compiler
Class Jsr199JavaCompiler.BytecodeFile
java.lang.Object
javax.tools.SimpleJavaFileObject
org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- All Implemented Interfaces:
FileObject
,JavaFileObject
- Enclosing class:
Jsr199JavaCompiler
-
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, getLastModified, getName, getNestingKind, isNameCompatible, openReader, openWriter, toString, toUri
-
Field Details
-
bytecode
private byte[] bytecode -
className
-
-
Constructor Details
-
BytecodeFile
-
-
Method Details
-
getClassName
String getClassName() -
getBytecode
byte[] getBytecode() -
openOutputStream
- Specified by:
openOutputStream
in interfaceFileObject
- Overrides:
openOutputStream
in classSimpleJavaFileObject
-
openInputStream
- Specified by:
openInputStream
in interfaceFileObject
- Overrides:
openInputStream
in classSimpleJavaFileObject
-