|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.runtime.wrappers.Wrapper
public abstract class Wrapper extends Object
Field Summary | |
---|---|
protected Class |
constrainedType
|
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
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-2013 The Codehaus. All rights reserved.