org.codehaus.groovy.runtime.metaclass
[Java] Class MixedInMetaClass
java.lang.Object
  
groovy.lang.DelegatingMetaClass
      
org.codehaus.groovy.runtime.metaclass.OwnedMetaClass
          
org.codehaus.groovy.runtime.metaclass.MixedInMetaClass
public class MixedInMetaClass
extends OwnedMetaClass
 
- Authors:
 - Alex Tkachman
 
                     
                 
    
     
    
     
                | 
                Methods inherited from class OwnedMetaClass
                 | 
                | equals, getAttribute, getAttribute, getClassNode, getMetaMethod, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getOwner, getOwnerMetaClass, getProperties, getProperty, getProperty, getStaticMetaMethod, getStaticMetaMethod, getTheClass, hasProperty, hashCode, invokeConstructor, invokeMethod, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, isGroovyObject, pickMethod, respondsTo, respondsTo, selectConstructorAndTransformArguments, setAttribute, setAttribute, setProperty, setProperty, toString | 
                
                 
                | 
                Methods inherited from class DelegatingMetaClass
                 | 
                | addMetaBeanProperty, addMetaMethod, addNewInstanceMethod, addNewStaticMethod, equals, getAdaptee, getAttribute, getAttribute, getClassNode, getMetaClass, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getProperties, getProperty, getProperty, getProperty, getStaticMetaMethod, getStaticMetaMethod, getTheClass, hasProperty, hashCode, initialize, invokeConstructor, invokeMethod, invokeMethod, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, isGroovyObject, isModified, pickMethod, respondsTo, respondsTo, selectConstructorAndTransformArguments, setAdaptee, setAttribute, setAttribute, setMetaClass, setProperty, setProperty, setProperty, toString | 
                
                 
                 
    
    
        
        MixedInMetaClass
        public MixedInMetaClass(Object instance, Object owner)
        
        - 
        
 
        
        
        
    
     
    
    
        
        getOwner
        protected Object getOwner()
        
        - 
        
 
        
        
        
    
        
        getOwnerMetaClass
        protected MetaClass getOwnerMetaClass(Object owner)
        
        - 
        
 
        
        
        
    
        
        invokeMethod
        public Object invokeMethod(Class sender, Object receiver, String methodName, Object[] arguments, boolean isCallToSuper, boolean fromInsideClass)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.