Interface ITransformerVotingContext.ClassPredicate

Enclosing interface:
ITransformerVotingContext

public static interface ITransformerVotingContext.ClassPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int version, int access, String name, String signature, String superName, String[] interfaces)
     
  • Method Details

    • test

      boolean test(int version, int access, String name, String signature, String superName, String[] interfaces)