[Java] Class CategoryMethodList

  • org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList

Field Summary

Fields
Modifiers Name Description
int level

Constructor Summary

Constructors
Constructor and description
GroovyCategorySupport.CategoryMethodList (String name, int level, CategoryMethodList previous)

Methods Summary

Methods
Type Params Return Type Name and description
boolean add(CategoryMethod o)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class ArrayList add, add, remove, remove, get, clone, indexOf, clear, contains, isEmpty, iterator, lastIndexOf, replaceAll, size, subList, toArray, toArray, spliterator, addAll, addAll, forEach, set, ensureCapacity, trimToSize, listIterator, listIterator, removeAll, removeIf, retainAll, sort, equals, hashCode, toString, containsAll, wait, wait, wait, getClass, notify, notifyAll, stream, parallelStream
class AbstractList add, add, remove, get, equals, hashCode, indexOf, clear, iterator, lastIndexOf, subList, addAll, set, listIterator, listIterator, remove, toString, contains, isEmpty, size, toArray, toArray, addAll, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, stream, removeIf, parallelStream, forEach, replaceAll, size, spliterator, sort

Field Detail

public final int level

Constructor Detail

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

Method Detail

public boolean add(CategoryMethod o)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/GroovyCategorySupport.CategoryMethodList.html