Class StringReferenceInitializer

  • All Implemented Interfaces:
    ConstantVisitor

    public class StringReferenceInitializer
    extends java.lang.Object
    implements ConstantVisitor
    This ConstantVisitor initializes any class references of all string constants it visits. More specifically, it fills out the references of string constant pool entries that happen to refer to a class in the program class pool or in the library class pool.
    • Constructor Detail

      • StringReferenceInitializer

        public StringReferenceInitializer​(ClassPool programClassPool,
                                          ClassPool libraryClassPool)
        Creates a new StringReferenceInitializer.