proguard.ant
Class ClassMemberSpecificationElement
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
proguard.ant.ClassMemberSpecificationElement
- public class ClassMemberSpecificationElement
- extends org.apache.tools.ant.types.DataType
This DataType represents a class member specification in Ant.
| Fields inherited from class org.apache.tools.ant.types.DataType |
checked, description, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| 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 |
ClassMemberSpecificationElement
public ClassMemberSpecificationElement()
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.