Package manifold.internal.javac
Class ManPatchLocation
- java.lang.Object
-
- manifold.internal.javac.ManPatchLocation
-
- All Implemented Interfaces:
JavaFileManager.Location
public class ManPatchLocation extends Object implements JavaFileManager.Location
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringinferModuleName(com.sun.tools.javac.util.Context ctx)Overrides Location#inferModuleName in Java 9+booleanisOutputLocation()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.tools.JavaFileManager.Location
isModuleOrientedLocation
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJavaFileManager.Location
-
isOutputLocation
public boolean isOutputLocation()
- Specified by:
isOutputLocationin interfaceJavaFileManager.Location
-
inferModuleName
public String inferModuleName(com.sun.tools.javac.util.Context ctx)
Overrides Location#inferModuleName in Java 9+
-
-