Uses of Class
org.aspectj.apache.bcel.classfile.Unknown

Packages that use Unknown
org.aspectj.apache.bcel.classfile   
 

Uses of Unknown in org.aspectj.apache.bcel.classfile
 

Methods in org.aspectj.apache.bcel.classfile with parameters of type Unknown
 void ClassVisitor.visitUnknown(Unknown obj)
           
 

Constructors in org.aspectj.apache.bcel.classfile with parameters of type Unknown
Unknown(Unknown c)
          Initialize from another object.