Package com.adbs.ast
Class AstFieldList
- java.lang.Object
 - 
- com.adbs.ast.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 intadd(java.lang.reflect.Field field)intgetCapacity()intgetCount()voidsetCapacity(int capacity) 
 -