Groovy 1.6.4

org.codehaus.groovy.classgen
Class ClassRef

java.lang.Object
  org.codehaus.groovy.classgen.ClassRef

class ClassRef

generates a Meta Object Protocol method, that is used to call a non public method, or to make a call to super.

param:
mopCalls list of methods a mop call method should be generated for
param:
useThis true if "this" should be used for the naming


Constructor Summary
ClassRef(ClassNode type)

 
Method Summary
boolean equals(Object o)

int hashCode()

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ClassRef

public ClassRef(ClassNode type)


 
Method Detail

equals

public boolean equals(Object o)


hashCode

public int hashCode()


 

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