org.aspectj.weaver.bcel.asm
Class AsmDetector

java.lang.Object
  extended by org.aspectj.weaver.bcel.asm.AsmDetector

public class AsmDetector
extends java.lang.Object

Determines if a version of asm is around that will enable us to add stack map attributes to classes that we produce.


Field Summary
static boolean isAsmAround
           
 
Constructor Summary
AsmDetector()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isAsmAround

public static boolean isAsmAround
Constructor Detail

AsmDetector

public AsmDetector()