org.codehaus.groovy.runtime.wrappers
Class FloatWrapper

java.lang.Object
  extended byorg.codehaus.groovy.runtime.wrappers.Wrapper
      extended byorg.codehaus.groovy.runtime.wrappers.PojoWrapper
          extended byorg.codehaus.groovy.runtime.wrappers.FloatWrapper
All Implemented Interfaces:
GroovyObject

public class FloatWrapper
extends PojoWrapper

Author:
John Wilson

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, delegatingMetaClass
 
Constructor Summary
FloatWrapper(float wrapped)
           
 
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 Detail

FloatWrapper

public FloatWrapper(float wrapped)


Copyright © 2003-2007 The Codehaus. All Rights Reserved.