Class GroovyCategorySupport.CategoryMethodList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>, Collection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>, List<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>, RandomAccess
Enclosing class:
GroovyCategorySupport

public static class GroovyCategorySupport.CategoryMethodList extends ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
See Also:
  • Field Details

    • level

      public final int level
  • Constructor Details

  • Method Details

    • add

      public boolean add(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o)
      Specified by:
      add in interface Collection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
      Specified by:
      add in interface List<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
      Overrides:
      add in class ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>