org.codehaus.groovy.runtime.wrappers
Class BooleanWrapper

java.lang.Object
  extended by org.codehaus.groovy.runtime.wrappers.Wrapper
      extended by org.codehaus.groovy.runtime.wrappers.PojoWrapper
          extended by org.codehaus.groovy.runtime.wrappers.BooleanWrapper
All Implemented Interfaces:
GroovyObject

public class BooleanWrapper
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
BooleanWrapper(boolean 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 Detail

BooleanWrapper

public BooleanWrapper(boolean wrapped)

Copyright © 2003-2010 The Codehaus. All rights reserved.