Groovy 1.6.4

org.codehaus.groovy.runtime
Class GroovyCategorySupport.CategoryMethodList

java.lang.Object
  java.util.AbstractCollection
      java.util.AbstractList
          java.util.ArrayList
              org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList

class GroovyCategorySupport.CategoryMethodList
extends ArrayList

Field Summary
int level

CategoryMethodList previous

AtomicInteger usage

 
Constructor Summary
GroovyCategorySupport.CategoryMethodList(String name, int level, CategoryMethodList previous)

 
Method Summary
boolean add(CategoryMethod o)

 
Methods inherited from class ArrayList
add, add, get, clone, indexOf, clear, size, isEmpty, lastIndexOf, contains, addAll, addAll, toArray, toArray, iterator, remove, remove, set, trimToSize, ensureCapacity, removeAll, retainAll, subList, listIterator, listIterator, hashCode, equals, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class AbstractList
add, add, get, hashCode, equals, indexOf, clear, lastIndexOf, addAll, iterator, remove, set, subList, listIterator, listIterator, toString, size, isEmpty, contains, addAll, toArray, toArray, remove, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, size
 
Methods inherited from class AbstractCollection
add, clear, toString, size, isEmpty, contains, addAll, toArray, toArray, iterator, remove, containsAll, removeAll, retainAll, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

level

final int level


previous

final CategoryMethodList previous


usage

final AtomicInteger usage


 
Constructor Detail

GroovyCategorySupport.CategoryMethodList

public GroovyCategorySupport.CategoryMethodList(String name, int level, CategoryMethodList previous)


 
Method Detail

add

public boolean add(CategoryMethod o)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.