org.sonar.java.bytecode.asm
Class AsmMethod

java.lang.Object
  extended by org.sonar.java.bytecode.asm.AsmUnit
      extended by org.sonar.java.bytecode.asm.AsmMethod

public class AsmMethod
extends AsmUnit


Constructor Summary
AsmMethod(int access, String name, String descriptor, String descriptorWithGenerics, String[] exceptions)
           
 
Method Summary
 
Methods inherited from class org.sonar.java.bytecode.asm.AsmUnit
isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsmMethod

public AsmMethod(int access,
                 String name,
                 String descriptor,
                 String descriptorWithGenerics,
                 String[] exceptions)


Copyright © 2009 SonarSource SA. All Rights Reserved.