Package com.google.gwt.dev.asm

Examples of com.google.gwt.dev.asm.AnnotationVisitor


    }
  }

  CollectReferencesVisitor()
  {
    this.av = new AnnotationVisitor(Opcodes.ASM4, this.av) {
      @Override
      public void visitEnum(String name, String desc, String value) {
        addTypeIfClass(desc);
      }
      @Override

TOP

Related Classes of com.google.gwt.dev.asm.AnnotationVisitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.