Klasse MethodParameters
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.MethodParameters
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Node
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intstatic final intstatic final intstatic final int[]static final int[] -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMethodParameters(int index, int length, DataInputStream dis, ConstantPool cpool) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidvoiddump(DataOutputStream dos) intgetAccessFlags(int parameter) getParameterName(int parameter) intbooleanisFinal(int parameter) booleanisMandated(int parameter) booleanisSynthetic(int parameter) Von Klasse geerbte Methoden org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Felddetails
-
NO_PARAMETER_NAME_INDEXES
public static final int[] NO_PARAMETER_NAME_INDEXES -
NO_PARAMETER_ACCESS_FLAGS
public static final int[] NO_PARAMETER_ACCESS_FLAGS -
ACCESS_FLAGS_FINAL
public static final int ACCESS_FLAGS_FINAL- Siehe auch:
-
ACCESS_FLAGS_SYNTHETIC
public static final int ACCESS_FLAGS_SYNTHETIC- Siehe auch:
-
ACCESS_FLAGS_MANDATED
public static final int ACCESS_FLAGS_MANDATED- Siehe auch:
-
-
Konstruktordetails
-
MethodParameters
public MethodParameters(int index, int length, DataInputStream dis, ConstantPool cpool) throws IOException - Löst aus:
IOException
-
-
Methodendetails
-
dump
- Setzt außer Kraft:
dumpin KlasseAttribute- Löst aus:
IOException
-
getParametersCount
public int getParametersCount() -
getParameterName
-
getAccessFlags
public int getAccessFlags(int parameter) -
isFinal
public boolean isFinal(int parameter) -
isSynthetic
public boolean isSynthetic(int parameter) -
isMandated
public boolean isMandated(int parameter) -
accept
-