org.codehaus.groovy.reflection.stdclasses
Class BigDecimalCachedClass

java.lang.Object
  extended by org.codehaus.groovy.reflection.CachedClass
      extended by org.codehaus.groovy.reflection.stdclasses.NumberCachedClass
          extended by org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
              extended by org.codehaus.groovy.reflection.stdclasses.BigDecimalCachedClass

public class BigDecimalCachedClass
extends DoubleCachedClass

Author:
Alex.Tkachman

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.CachedClass
CachedClass.CachedMethodComparatorByName, CachedClass.CachedMethodComparatorWithString
 
Field Summary
 
Fields inherited from class org.codehaus.groovy.reflection.CachedClass
classInfo, EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
 
Constructor Summary
BigDecimalCachedClass(Class klazz, ClassInfo classInfo)
           
 
Method Summary
 Object coerceArgument(Object argument)
           
 boolean isDirectlyAssignable(Object argument)
           
 
Methods inherited from class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
isAssignableFrom
 
Methods inherited from class org.codehaus.groovy.reflection.CachedClass
addNewMopMethods, box, doCast, getCachedClass, getCachedSuperClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toString, unbox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigDecimalCachedClass

public BigDecimalCachedClass(Class klazz,
                             ClassInfo classInfo)
Method Detail

isDirectlyAssignable

public boolean isDirectlyAssignable(Object argument)
Overrides:
isDirectlyAssignable in class DoubleCachedClass

coerceArgument

public Object coerceArgument(Object argument)
Overrides:
coerceArgument in class DoubleCachedClass

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