Class NdMethodParameter
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.NdStruct
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdMethodParameter
- All Implemented Interfaces:
INdStruct
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic FieldList<NdAnnotation>static FieldManyToOne<NdTypeSignature>static FieldBytestatic FieldStringstatic StructDef<NdMethodParameter> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidallocateAnnotations(int length)getName()getType()booleanvoidsetCompilerDefined(boolean isCompilerDefined)voidsetName(char[] name)voidsetType(NdTypeSignature argumentType)toString()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.nd.NdStruct
getAddress, getDB, getNd
-
Field Details
-
ARGUMENT_TYPE
-
NAME
-
ANNOTATIONS
-
FLAGS
-
type
-
-
Constructor Details
-
NdMethodParameter
-
-
Method Details
-
setType
-
getType
-
setName
public void setName(char[] name) -
getName
-
getAnnotations
-
setCompilerDefined
public void setCompilerDefined(boolean isCompilerDefined) -
isCompilerDefined
public boolean isCompilerDefined() -
toString
-
createAnnotation
-
allocateAnnotations
public void allocateAnnotations(int length)
-