Class DefaultShader.RelocatorRemapper

  • Enclosing class:
    DefaultShader

    static class DefaultShader.RelocatorRemapper
    extends org.objectweb.asm.commons.Remapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.regex.Pattern classPattern  
      (package private) java.util.List<Relocator> relocators  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasRelocators()  
      java.lang.String map​(java.lang.String name)  
      java.lang.Object mapValue​(java.lang.Object object)  
      • Methods inherited from class org.objectweb.asm.commons.Remapper

        createRemappingSignatureAdapter, createSignatureRemapper, mapAnnotationAttributeName, mapDesc, mapFieldName, mapInnerClassName, mapInvokeDynamicMethodName, mapMethodDesc, mapMethodName, mapModuleName, mapPackageName, mapRecordComponentName, mapSignature, mapType, mapTypes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classPattern

        private final java.util.regex.Pattern classPattern
      • relocators

        java.util.List<Relocator> relocators
    • Constructor Detail

      • RelocatorRemapper

        RelocatorRemapper​(java.util.List<Relocator> relocators)
    • Method Detail

      • hasRelocators

        public boolean hasRelocators()
      • mapValue

        public java.lang.Object mapValue​(java.lang.Object object)
        Overrides:
        mapValue in class org.objectweb.asm.commons.Remapper
      • map

        public java.lang.String map​(java.lang.String name)
        Overrides:
        map in class org.objectweb.asm.commons.Remapper