net.sf.csutils.groovy
Class InternationalStringMetaClass

java.lang.Object
  extended by groovy.lang.DelegatingMetaClass
      extended by net.sf.csutils.groovy.InternationalStringMetaClass
All Implemented Interfaces:
groovy.lang.GroovyObject, groovy.lang.MetaClass, groovy.lang.MetaObjectProtocol, groovy.lang.MutableMetaClass

public class InternationalStringMetaClass
extends groovy.lang.DelegatingMetaClass

Meta class for InternationalString.


Field Summary
 
Fields inherited from class groovy.lang.DelegatingMetaClass
delegate
 
Constructor Summary
InternationalStringMetaClass(groovy.lang.MetaClass delegate)
          Creates a new instance.
 
Method Summary
 java.lang.Object invokeMethod(java.lang.Object pObject, java.lang.String pMethodName, java.lang.Object[] pArgs)
           
 
Methods inherited from class groovy.lang.DelegatingMetaClass
addMetaBeanProperty, addMetaMethod, addNewInstanceMethod, addNewStaticMethod, equals, getAdaptee, getAttribute, getAttribute, getClassNode, getMetaClass, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getProperties, getProperty, getProperty, getProperty, getStaticMetaMethod, getStaticMetaMethod, getTheClass, hashCode, hasProperty, initialize, invokeConstructor, invokeMethod, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, isGroovyObject, isModified, pickMethod, respondsTo, respondsTo, selectConstructorAndTransformArguments, setAdaptee, setAttribute, setAttribute, setMetaClass, setProperty, setProperty, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternationalStringMetaClass

public InternationalStringMetaClass(groovy.lang.MetaClass delegate)
Creates a new instance.

Method Detail

invokeMethod

public java.lang.Object invokeMethod(java.lang.Object pObject,
                                     java.lang.String pMethodName,
                                     java.lang.Object[] pArgs)
Specified by:
invokeMethod in interface groovy.lang.MetaObjectProtocol
Overrides:
invokeMethod in class groovy.lang.DelegatingMetaClass


Copyright © 2009-2010. All Rights Reserved.