private class ExternExportsPass.PropertyExport extends ExternExportsPass.Export
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
exportPath |
symbolName, value| Constructor and Description |
|---|
PropertyExport(java.lang.String exportPath,
java.lang.String symbolName,
Node value) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getExportedPath()
Returns the path exported by this export.
|
appendExtern, generateExterns, getValuepublic PropertyExport(java.lang.String exportPath,
java.lang.String symbolName,
Node value)
java.lang.String getExportedPath()
ExternExportsPass.ExportgetExportedPath in class ExternExportsPass.Export