Class SummaryBuilder
java.lang.Object
com.google.j2cl.transpiler.backend.wasm.SummaryBuilder
Summarizes information where global knowledge will be required for bundling.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbyte[]toJson(com.google.j2cl.common.Problems problems) Serialize a LibraryInfo object into a JSON string.
-
Field Details
-
NULL_TYPE
public static final int NULL_TYPE- See Also:
-
-
Method Details
-
toJson
Serialize a LibraryInfo object into a JSON string. -
toByteArray
public byte[] toByteArray()
-