[Java] Class MetaClassConstant<T>

  • org.apache.groovy.internal.metaclass.MetaClassConstant
@Incubating
public final class MetaClassConstant<T>
extends Object

The one and only implementation of a meta class. INTERNAL USE ONLY.

Constructor Summary

Constructors
Constructor and description
MetaClassConstant (Class<T> clazz)

Methods Summary

Methods
Type Params Return Type Name and description
public MetaMethod getMethod(String name, Class[] parameters)
public SwitchPoint getSwitchPoint()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public MetaClassConstant(Class<T> clazz)

Method Detail

public MetaMethod getMethod(String name, Class[] parameters)

public SwitchPoint getSwitchPoint()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/internal/metaclass/MetaClassConstant.html