Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readClassAsNode (0.17 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/ClassData.java

            });
            this.classContent = content;
            this.typeRegistry = typeRegistry;
        }
    
        public byte[] getClassContent() {
            return classContent;
        }
    
        public ClassNode readClassAsNode() {
            return classNode.get();
        }
    
        @Override
        public boolean isInstanceOf(@Nonnull String type, @Nonnull String superType) {
            return typeRegistry.getSuperTypes(type).contains(superType);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:14:01 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top