|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
proguard.ant.MemberSpecificationElement
public class MemberSpecificationElement
This DataType represents a class member specification in Ant.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.types.DataType |
|---|
checked, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
MemberSpecificationElement()
|
|
| Method Summary | |
|---|---|
void |
appendTo(java.util.List memberSpecifications,
boolean isMethod,
boolean isConstructor)
Adds the contents of this class member specification element to the given list. |
void |
setAccess(java.lang.String access)
|
void |
setAnnotation(java.lang.String annotation)
|
void |
setName(java.lang.String name)
|
void |
setParam(java.lang.String parameters)
Deprecated. Use setParameters(String) instead. |
void |
setParameters(java.lang.String parameters)
|
void |
setType(java.lang.String type)
|
| Methods inherited from class org.apache.tools.ant.types.DataType |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes, toString |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemberSpecificationElement()
| Method Detail |
|---|
public void appendTo(java.util.List memberSpecifications,
boolean isMethod,
boolean isConstructor)
memberSpecifications - 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.public void setAccess(java.lang.String access)
public void setAnnotation(java.lang.String annotation)
public void setType(java.lang.String type)
public void setName(java.lang.String name)
public void setParameters(java.lang.String parameters)
public void setParam(java.lang.String parameters)
setParameters(String) instead.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||