程序包 proguard.ant
类 MemberSpecificationElement
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- proguard.ant.MemberSpecificationElement
-
- 所有已实现的接口:
java.lang.Cloneable
public class MemberSpecificationElement extends org.apache.tools.ant.types.DataTypeThis DataType represents a class member specification in Ant.
-
-
构造器概要
构造器 构造器 说明 MemberSpecificationElement()
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidappendTo(java.util.List memberSpecifications, boolean isMethod, boolean isConstructor)Adds the contents of this class member specification element to the given list.voidsetAccess(java.lang.String access)voidsetAnnotation(java.lang.String annotation)voidsetName(java.lang.String name)voidsetParam(java.lang.String parameters)已过时。UsesetParameters(String)instead.voidsetParameters(java.lang.String parameters)voidsetType(java.lang.String type)voidsetValues(java.lang.String values)-
从类继承的方法 org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
-
-
-
-
方法详细资料
-
appendTo
public void appendTo(java.util.List memberSpecifications, boolean isMethod, boolean isConstructor)Adds the contents of this class member specification element to the given list.- 参数:
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.
-
setAccess
public void setAccess(java.lang.String access)
-
setAnnotation
public void setAnnotation(java.lang.String annotation)
-
setType
public void setType(java.lang.String type)
-
setName
public void setName(java.lang.String name)
-
setParameters
public void setParameters(java.lang.String parameters)
-
setParam
public void setParam(java.lang.String parameters)
已过时。UsesetParameters(String)instead.
-
setValues
public void setValues(java.lang.String values)
-
-