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 SummaryConstructors Constructor Description MetaClassConstant(java.lang.Class<T> clazz)
- 
Method SummaryModifier and Type Method Description MetaMethodgetMethod(java.lang.String name, java.lang.Class[] parameters)java.lang.invoke.SwitchPointgetSwitchPoint()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
MetaClassConstant
 
- 
- 
Method Details- 
getSwitchPointpublic java.lang.invoke.SwitchPoint getSwitchPoint()
- 
getMethod
 
-