JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.buck.apple.clang
Interface ModuleMap
All Known Implementing Classes:
HeadersModuleMap
,
UmbrellaHeaderModuleMap
public interface
ModuleMap
An interface for classes capable of generating a Clang modulemap file.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
render
()
Renders the modulemap to a string, to be written to a .modulemap file.
Method Detail
render
String
render()
Renders the modulemap to a string, to be written to a .modulemap file.
Returns:
A string representation of the modulemap.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method