[Java] Class NewMetaMethod

  • org.codehaus.groovy.runtime.metaclass.NewMetaMethod
public class NewMetaMethod
extends ReflectionMetaMethod

Base class for NewInstanceMetaMethod and NewStaticMetaMethod

Field Detail

protected static final CachedClass[] EMPTY_TYPE_ARRAY

protected CachedClass[] bytecodeParameterTypes

Constructor Detail

public NewMetaMethod(CachedMethod method)

Method Detail

public CachedClass[] getBytecodeParameterTypes()

public CachedClass getDeclaringClass()

public CachedClass getOwnerClass()

© 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/metaclass/NewMetaMethod.html