Class MulticastDelegate.Generator

    • Field Detail

      • MULTICAST_DELEGATE

        private static final org.objectweb.asm.Type MULTICAST_DELEGATE
      • NEW_INSTANCE

        private static final Signature NEW_INSTANCE
      • ADD_DELEGATE

        private static final Signature ADD_DELEGATE
      • ADD_HELPER

        private static final Signature ADD_HELPER
      • iface

        private java.lang.Class iface
    • Constructor Detail

      • Generator

        public Generator()
    • Method Detail

      • getProtectionDomain

        protected java.security.ProtectionDomain getProtectionDomain()
        Description copied from class: AbstractClassGenerator
        Returns the protection domain to use when defining the class.

        Default implementation returns null for using a default protection domain. Sub-classes may override to use a more specific protection domain.

        Overrides:
        getProtectionDomain in class AbstractClassGenerator
        Returns:
        the protection domain (null for using a default)
      • setInterface

        public void setInterface​(java.lang.Class iface)
      • generateClass

        public void generateClass​(org.objectweb.asm.ClassVisitor cv)