Package groovy.lang
Class ExpandoMetaClass.ExpandoMetaConstructor
- java.lang.Object
 - 
- groovy.lang.GroovyObjectSupport
 - 
- groovy.lang.ExpandoMetaClass.ExpandoMetaConstructor
 
 
 
- 
- All Implemented Interfaces:
 GroovyObject
- Enclosing class:
 - ExpandoMetaClass
 
protected class ExpandoMetaClass.ExpandoMetaConstructor extends GroovyObjectSupport
Handles the ability to use the left shift operator to append new constructors 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedExpandoMetaConstructor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectleftShift(Closure c)- 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty 
 - 
 
 -