Class ParameterAnnotationData


  • public class ParameterAnnotationData
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<AnnotationData> get​(int i)  
      int numParams()  
      void print​(java.io.PrintWriter out, java.lang.String tab)  
      void read​(java.io.DataInputStream in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • invisible

        private boolean invisible
      • array

        private java.util.ArrayList<java.util.ArrayList<AnnotationData>> array
    • Constructor Detail

      • ParameterAnnotationData

        public ParameterAnnotationData​(ClassData cls,
                                       boolean invisible)
    • Method Detail

      • numParams

        public int numParams()
      • read

        public void read​(java.io.DataInputStream in)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • print

        public void print​(java.io.PrintWriter out,
                          java.lang.String tab)