[Java] Class GroovyCategorySupport.CategoryMethodList
- org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
public static class GroovyCategorySupport.CategoryMethodList
extends ArrayList
Field Summary
Fields
| Modifiers | Name | Description |
int | level | |
Constructor Summary
Methods Summary
Methods
| Type Params | Return Type | Name and description |
| public boolean |
add(CategoryMethod o)
|
Inherited Methods Summary
Inherited Methods
| Methods inherited from class | Name |
class ArrayList | add, add, remove, remove, get, equals, hashCode, clone, indexOf, clear, isEmpty, lastIndexOf, contains, replaceAll, size, subList, toArray, toArray, iterator, spliterator, addAll, addAll, set, forEach, ensureCapacity, trimToSize, retainAll, removeAll, removeIf, sort, listIterator, listIterator, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll, toArray, stream, parallelStream |
Field Detail
public final int level
Constructor Detail
public CategoryMethodList(String name, int level, CategoryMethodList previous)
Method Detail