|
Groovy 1.8.1 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo
public class DefaultMetaClassInfo extends Object
WARNING: This class is for internal use only! We use this class to store information about if a default MetaClass is used for certain primitives.
Method Summary | |
---|---|
static boolean
|
disabledStandardMetaClass()
|
static boolean
|
isOrigInt()
@return true if no meta class creation handle is set and if the original integer meta class is used. |
static boolean
|
isOrigIntArray()
@return true if no meta class creation handle is set and if the original integer array meta class is used. |
static void
|
setCategoryUsed(boolean b)
|
static void
|
setOrigInt(boolean v)
sets if the original int meta class is used |
static void
|
setOrigIntArray(boolean v)
sets if the original int array meta class is used |
static void
|
setWithoutCustomMetaclassCreationHandle(boolean mch)
sets if the system uses a custom meta class creation handle |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public static boolean disabledStandardMetaClass()
public static boolean isOrigInt()
public static boolean isOrigIntArray()
public static void setCategoryUsed(boolean b)
public static void setOrigInt(boolean v)
public static void setOrigIntArray(boolean v)
public static void setWithoutCustomMetaclassCreationHandle(boolean mch)
Copyright © 2003-2010 The Codehaus. All rights reserved.