org.codehaus.groovy.classgen
Class AsmClassGenerator.ClassRef

java.lang.Object
  extended by org.codehaus.groovy.classgen.AsmClassGenerator.ClassRef
Enclosing class:
AsmClassGenerator

private static class AsmClassGenerator.ClassRef
extends java.lang.Object


Field Summary
private  ClassNode type
           
 
Constructor Summary
AsmClassGenerator.ClassRef(ClassNode type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private final ClassNode type
Constructor Detail

AsmClassGenerator.ClassRef

public AsmClassGenerator.ClassRef(ClassNode type)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © ${year} The Codehaus. All Rights Reserved.