Interface NameProvider
- All Known Implementing Classes:
CNameProvider,LowLevelNameProvider,NameProviderWithSpecialNames,WasmNameProvider
public interface NameProvider
-
Method Summary
Modifier and TypeMethodDescriptioncreateTopLevelName(String template) forClassClass(String className) forClassInitializer(String className) forClassInstance(ValueType type) forMemberField(FieldReference field) forMethod(MethodReference method) forStaticField(FieldReference field) forVirtualMethod(MethodDescriptor method)
-
Method Details
-
forMethod
-
forVirtualMethod
-
forStaticField
-
forMemberField
-
forClass
-
forClassInitializer
-
forClassSystemInitializer
-
forClassClass
-
forClassInstance
-
forSupertypeFunction
-
createTopLevelName
-