Klasse ParameterAnnotation

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ParameterAnnotation
Alle implementierten Schnittstellen:
IParameterAnnotation

public class ParameterAnnotation extends ClassFileStruct implements IParameterAnnotation
Default implementation of IParameterAnnotation
  • Konstruktordetails

  • Methodendetails

    • getAnnotations

      public IAnnotation[] getAnnotations()
      Beschreibung aus Schnittstelle kopiert: IParameterAnnotation
      Answer back the annotations as described in the JVM specifications. Answers an empty collection if none.
      Angegeben von:
      getAnnotations in Schnittstelle IParameterAnnotation
      Gibt zurück:
      the annotations
    • getAnnotationsNumber

      public int getAnnotationsNumber()
      Beschreibung aus Schnittstelle kopiert: IParameterAnnotation
      Answer back the number of annotations as described in the JVM specifications.
      Angegeben von:
      getAnnotationsNumber in Schnittstelle IParameterAnnotation
      Gibt zurück:
      the number of annotations