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 JavaFileObject
JavaFileObject.Kind -
Field Summary
FieldsFields inherited from class SimpleJavaFileObject
kind, uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCharContent(boolean ignoreEncodingErrors) private static URIMethods inherited from class 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:
getCharContentin interfaceFileObject- Overrides:
getCharContentin classSimpleJavaFileObject- Throws:
IOException
-