[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

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

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

public boolean add(CategoryMethod o)

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