Interface WasmMethodGeneratorContext
-
public interface WasmMethodGeneratorContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryWritergetBinaryWriter()WasmClassGeneratorgetClassGenerator()ClassReaderSourcegetClassSource()DiagnosticsgetDiagnostics()NameProvidergetNames()WasmStringPoolgetStringPool()
-
-
-
Method Detail
-
getBinaryWriter
BinaryWriter getBinaryWriter()
-
getStringPool
WasmStringPool getStringPool()
-
getDiagnostics
Diagnostics getDiagnostics()
-
getNames
NameProvider getNames()
-
getClassSource
ClassReaderSource getClassSource()
-
getClassGenerator
WasmClassGenerator getClassGenerator()
-
-