Class IntWrapper
java.lang.Object
org.codehaus.groovy.runtime.wrappers.Wrapper
org.codehaus.groovy.runtime.wrappers.PojoWrapper
org.codehaus.groovy.runtime.wrappers.IntWrapper
- All Implemented Interfaces:
GroovyObject
public class IntWrapper extends PojoWrapper
-
Field Summary
Fields inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapper
delegate, wrapped
Fields inherited from class org.codehaus.groovy.runtime.wrappers.Wrapper
constrainedType
-
Constructor Summary
Constructors Constructor Description IntWrapper(int wrapped)
-
Method Summary
Methods inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapper
getDelegatedMetaClass, getProperty, getWrapped, invokeMethod, setMetaClass, setProperty, unwrap
Methods inherited from class org.codehaus.groovy.runtime.wrappers.Wrapper
getMetaClass, getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntWrapper
public IntWrapper(int wrapped)
-