Groovy 1.7.2

groovy.lang
Interface MetaClass

groovy.lang.MetaObjectProtocol
  groovy.lang.MetaClass
All Superinterfaces:
MetaObjectProtocol

public interface MetaClass
extends MetaObjectProtocol

A MetaClass within Groovy defines the behaviour of any given Groovy or Java class. The MetaClass interface defines two parts. The client API, which is defined via the extend MetaObjectProtocol interface and the contract with the Groovy runtime system. In general the compiler and Groovy runtime engine interact with methods on this class whilst MetaClass clients interact with the method defined by the MetaObjectProtocol interface

see:
MetaClassImpl
see:
MetaObjectProtocol
author:
John Wilson
author:
Graeme Rocher


Copyright © 2003-2010 The Codehaus. All rights reserved.