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

public class NdMethodParameter extends NdStruct
  • Field Details

  • Constructor Details

    • NdMethodParameter

      public NdMethodParameter(Nd nd, long address)
  • Method Details

    • setType

      public void setType(NdTypeSignature argumentType)
    • getType

      public NdTypeSignature getType()
    • setName

      public void setName(char[] name)
    • getName

      public IString getName()
    • getAnnotations

      public List<NdAnnotation> getAnnotations()
    • setCompilerDefined

      public void setCompilerDefined(boolean isCompilerDefined)
    • isCompilerDefined

      public boolean isCompilerDefined()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createAnnotation

      public NdAnnotation createAnnotation()
    • allocateAnnotations

      public void allocateAnnotations(int length)