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 SummaryConstructors Modifier Constructor Description protectedExpandoMetaConstructor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectleftShift(Closure c)- 
Methods inherited from class groovy.lang.GroovyObjectSupportgetMetaClass, setMetaClass
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface groovy.lang.GroovyObjectgetProperty, invokeMethod, setProperty
 
- 
 
-