Package com.adbs.syntax
Class ConstraintList
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractList<E>
- 
- java.util.ArrayList<Constraint>
- 
- com.adbs.syntax.ConstraintList
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.lang.Iterable<Constraint>,- java.util.Collection<Constraint>,- java.util.List<Constraint>,- java.util.RandomAccess
 
 public class ConstraintList extends java.util.ArrayList<Constraint> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConstraintList()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintfindConstraint(AstTokenIdentifier owner, AstTokenIdentifier name)- 
Methods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
 
- 
 
- 
- 
- 
Method Detail- 
findConstraintpublic Constraint findConstraint(AstTokenIdentifier owner, AstTokenIdentifier name) 
 
- 
 
-