[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
| Constructor and description |
|---|
MetaClassConstant
(Class<T> clazz) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public MetaMethod |
getMethod(String name, Class[] parameters) | |
public SwitchPoint |
getSwitchPoint() |
Inherited Methods Summary
| 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