Class MetaClassConstant<T>
java.lang.Object
org.apache.groovy.internal.metaclass.MetaClassConstant<T>
@Incubating public final class MetaClassConstant<T> extends java.lang.Object
The one and only implementation of a meta class.
 INTERNAL USE ONLY.
- 
Constructor Summary
Constructors Constructor Description MetaClassConstant(java.lang.Class<T> clazz) - 
Method Summary
Modifier and Type Method Description MetaMethodgetMethod(java.lang.String name, java.lang.Class[] parameters)java.lang.invoke.SwitchPointgetSwitchPoint()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
MetaClassConstant
 
 - 
 - 
Method Details
- 
getSwitchPoint
public java.lang.invoke.SwitchPoint getSwitchPoint() - 
getMethod
 
 -