Package icyllis.arc3d.compiler
Class Mangler
java.lang.Object
icyllis.arc3d.compiler.Mangler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reset()
uniqueName
(String baseName, SymbolTable symbolTable) Mangles baseName to create a name that is unique within symbolTable.
-
Constructor Details
-
Mangler
public Mangler()
-
-
Method Details
-
uniqueName
Mangles baseName to create a name that is unique within symbolTable. -
reset
public void reset()
-