|
Groovy 1.7.9 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.wrappers.Wrapper
public abstract class Wrapper extends Object
Field Summary | |
---|---|
protected Class |
constrainedType
|
protected MetaClass |
delegatingMetaClass
|
Constructor Summary | |
Wrapper(Class constrainedType)
|
Method Summary | |
---|---|
protected MetaClass
|
getDelegatedMetaClass()
|
MetaClass
|
getMetaClass()
|
Class
|
getType()
|
protected Object
|
getWrapped()
|
Object
|
unwrap()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final Class constrainedType
@Deprecated protected MetaClass delegatingMetaClass
Constructor Detail |
---|
public Wrapper(Class constrainedType)
Method Detail |
---|
protected MetaClass getDelegatedMetaClass()
public MetaClass getMetaClass()
public Class getType()
protected Object getWrapped()
public Object unwrap()
Copyright © 2003-2010 The Codehaus. All rights reserved.