Class MetaClassConstant<T>
java.lang.Object
org.apache.groovy.internal.metaclass.MetaClassConstant<T>
@Incubating public final class MetaClassConstant<T> extends Object
The one and only implementation of a meta class.
INTERNAL USE ONLY.
-
Constructor Summary
Constructors Constructor Description MetaClassConstant(Class<T> clazz)
-
Method Summary
Modifier and Type Method Description MetaMethod
getMethod(String name, Class[] parameters)
SwitchPoint
getSwitchPoint()
-
Constructor Details
-
MetaClassConstant
-
-
Method Details
-
getSwitchPoint
-
getMethod
-