Class AnnotationExprent

  • All Implemented Interfaces:
    IMatchable

    public class AnnotationExprent
    extends Exprent
    • Constructor Detail

      • AnnotationExprent

        public AnnotationExprent​(java.lang.String className,
                                 java.util.List<java.lang.String> parNames,
                                 java.util.List<? extends Exprent> parValues)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getBytecodeRange

        public void getBytecodeRange​(java.util.BitSet values)
        Specified by:
        getBytecodeRange in class Exprent