Package com.adbs.ast

Class AstFieldList


  • public class AstFieldList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Vector<java.lang.reflect.Field> fields  
    • Constructor Summary

      Constructors 
      Constructor Description
      AstFieldList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int add​(java.lang.reflect.Field field)  
      int getCapacity()  
      int getCount()  
      void setCapacity​(int capacity)  
      • Methods inherited from class java.lang.Object

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

      • fields

        public final java.util.Vector<java.lang.reflect.Field> fields
    • Constructor Detail

      • AstFieldList

        public AstFieldList()
    • Method Detail

      • getCount

        public int getCount()
      • getCapacity

        public int getCapacity()
      • setCapacity

        public void setCapacity​(int capacity)
      • add

        public int add​(java.lang.reflect.Field field)