Klasse MethodParametersAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.MethodParametersAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,IMethodParametersAttribute
public class MethodParametersAttribute
extends ClassFileAttribute
implements IMethodParametersAttribute
- Seit:
- 3.10
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungshortgetAccessFlags(int i) Answer back the access flags for the i'th parameter, a mask ofACC_FINAL,ACC_SYNTHETIC, andACC_MANDATED.intAnswer back the number of parameters for this method as specified in the JVM specifications.char[]getParameterName(int i) Answer back the name for the i'th parameter.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Methodendetails
-
getMethodParameterLength
public int getMethodParameterLength()Beschreibung aus Schnittstelle kopiert:IMethodParametersAttributeAnswer back the number of parameters for this method as specified in the JVM specifications.- Angegeben von:
getMethodParameterLengthin SchnittstelleIMethodParametersAttribute- Gibt zurück:
- the number of parameters for this method as specified in the JVM specifications
-
getParameterName
public char[] getParameterName(int i) Beschreibung aus Schnittstelle kopiert:IMethodParametersAttributeAnswer back the name for the i'th parameter. Answer null if no name is available.- Angegeben von:
getParameterNamein SchnittstelleIMethodParametersAttribute- Gibt zurück:
- back the name for the i'th parameter. Returns null if no name is available.
-
getAccessFlags
public short getAccessFlags(int i) Beschreibung aus Schnittstelle kopiert:IMethodParametersAttributeAnswer back the access flags for the i'th parameter, a mask ofACC_FINAL,ACC_SYNTHETIC, andACC_MANDATED.- Angegeben von:
getAccessFlagsin SchnittstelleIMethodParametersAttribute- Gibt zurück:
- the access flags for the i'th parameter.
-