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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaMethodgetMethod(String name, Class[] parameters)SwitchPointgetSwitchPoint() 
 - 
 
- 
- 
Method Detail
- 
getSwitchPoint
public SwitchPoint getSwitchPoint()
 
- 
getMethod
public MetaMethod getMethod(String name, Class[] parameters)
 
 - 
 
 -