ProGuard

proguard.ant
Class ClassMemberSpecificationElement

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.types.DataType
          extended byproguard.ant.ClassMemberSpecificationElement

public class ClassMemberSpecificationElement
extends org.apache.tools.ant.types.DataType

This DataType represents a class member specification in Ant.


Field Summary
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
ClassMemberSpecificationElement()
           
 
Method Summary
 void appendTo(List classMemberSpecifications, boolean isMethod, boolean isConstructor)
          Adds the contents of this class member specification element to the given list.
 void setAccess(String access)
           
 void setName(String name)
           
 void setParam(String parameters)
          Deprecated. Use setParameters(String) instead.
 void setParameters(String parameters)
           
 void setType(String type)
           
 
Methods inherited from class org.apache.tools.ant.types.DataType
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, setRefid, tooManyAttributes
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMemberSpecificationElement

public ClassMemberSpecificationElement()
Method Detail

appendTo

public void appendTo(List classMemberSpecifications,
                     boolean isMethod,
                     boolean isConstructor)
Adds the contents of this class member specification element to the given list.

Parameters:
classMemberSpecifications - the class member specifications to be extended.
isMethod - specifies whether this specification refers to a method.
isConstructor - specifies whether this specification refers to a constructor.

setAccess

public void setAccess(String access)

setType

public void setType(String type)

setName

public void setName(String name)

setParameters

public void setParameters(String parameters)

setParam

public void setParam(String parameters)
Deprecated. Use setParameters(String) instead.


ProGuard