Class DefaultNamingStrategy
java.lang.Object
org.teavm.backend.javascript.codegen.DefaultNamingStrategy
- All Implemented Interfaces:
NamingStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultNamingStrategy(AliasProvider aliasProvider, ClassReaderSource classSource) -
Method Summary
Modifier and TypeMethodDescriptiongetFullNameFor(FieldReference field) getFullNameFor(MethodReference method) getNameFor(String cls) getNameFor(FieldReference field) getNameFor(MethodDescriptor method) getNameForClassInit(String className) getNameForFunction(String name) getNameForInit(MethodReference method) voidreserveName(String name)
-
Constructor Details
-
DefaultNamingStrategy
-
-
Method Details
-
getNameFor
- Specified by:
getNameForin interfaceNamingStrategy
-
getNameFor
- Specified by:
getNameForin interfaceNamingStrategy
-
getFullNameFor
- Specified by:
getFullNameForin interfaceNamingStrategy
-
getNameForInit
- Specified by:
getNameForInitin interfaceNamingStrategy
-
getNameFor
- Specified by:
getNameForin interfaceNamingStrategy
-
getFullNameFor
- Specified by:
getFullNameForin interfaceNamingStrategy
-
getNameForFunction
- Specified by:
getNameForFunctionin interfaceNamingStrategy
-
getNameForClassInit
- Specified by:
getNameForClassInitin interfaceNamingStrategy
-
reserveName
- Specified by:
reserveNamein interfaceNamingStrategy
-