public class HandleMetaClass extends DelegatingMetaClass
Fields inherited from class | Fields |
---|---|
class DelegatingMetaClass |
delegate |
Constructor and description |
---|
HandleMetaClass
(MetaClass mc) |
HandleMetaClass
(MetaClass mc, Object obj) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addMetaBeanProperty(MetaBeanProperty metaBeanProperty) |
|
public void |
addMetaMethod(MetaMethod metaMethod) |
|
public void |
addNewInstanceMethod(Method method) |
|
public void |
addNewStaticMethod(Method method) |
|
public boolean |
equals(Object obj) |
|
public Object |
getProperty(String property) |
|
public void |
initialize() |
|
public Object |
invokeMethod(String name, Object args) |
|
public GroovyObject |
replaceDelegate() |
|
public void |
setProperty(String property, Object newValue) |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.