ProGuard

Uses of Class
proguard.ClassMemberSpecification

Packages that use ClassMemberSpecification
proguard This package contains the main ProGuard application. 
 

Uses of ClassMemberSpecification in proguard
 

Methods in proguard with parameters of type ClassMemberSpecification
 void ClassSpecification.addField(ClassMemberSpecification fieldSpecification)
          Specifies to keep the specified field(s) of this option's class(es).
 void ClassSpecification.addMethod(ClassMemberSpecification methodSpecification)
          Specifies to keep the specified method(s) of this option's class(es).
 


ProGuard