public static class AliasStrings
extends java.lang.Object
Compiler
pass for aliasing strings. String declarations
contribute to garbage collection, which becomes a problem in large
applications. Strings that should be aliased occur many times in the code,
or occur on codepaths that get executed frequently.