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 MetaMethodgetMethod(String name, Class[] parameters)SwitchPointgetSwitchPoint() 
- 
Constructor Details
- 
MetaClassConstant
 
 - 
 - 
Method Details
- 
getSwitchPoint
 - 
getMethod
 
 -