Uses of Class
javax.tools.ForwardingFileObject
Packages that use ForwardingFileObject
包
Description
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
-
Uses of ForwardingFileObject in javax.tools
Subclasses of ForwardingFileObject in javax.tools修饰符和类ClassDescriptionclassForwardingJavaFileObject<F extends JavaFileObject>Forwards calls to a given file object.