Package com.google.common.truth.codegen
Class CompilingClassLoader.InMemoryJavaFile
java.lang.Object
javax.tools.SimpleJavaFileObject
com.google.common.truth.codegen.CompilingClassLoader.InMemoryJavaFile
- All Implemented Interfaces:
FileObject
,JavaFileObject
- Enclosing class:
CompilingClassLoader
-
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
Modifier and TypeMethodDescriptiongetCharContent
(boolean ignoreEncodingErrors) private static URI
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
-
Field Details
-
sourceCode
-
-
Constructor Details
-
InMemoryJavaFile
-
-
Method Details
-
makeUri
-
getCharContent
- Specified by:
getCharContent
in interfaceFileObject
- Overrides:
getCharContent
in classSimpleJavaFileObject
- Throws:
IOException
-