org.codehaus.groovy.reflection
Class ClassInfo.DebugRef

java.lang.Object
  extended by org.codehaus.groovy.util.ManagedReference<java.lang.Class>
      extended by org.codehaus.groovy.reflection.ClassInfo.DebugRef
All Implemented Interfaces:
Finalizable
Enclosing class:
ClassInfo

private static class ClassInfo.DebugRef
extends ManagedReference<java.lang.Class>


Field Summary
private static java.util.concurrent.atomic.AtomicInteger count
           
static boolean debug
           
(package private)  java.lang.String name
           
 
Constructor Summary
ClassInfo.DebugRef(java.lang.Class klazz)
           
 
Method Summary
 void finalizeRef()
           
 
Methods inherited from class org.codehaus.groovy.util.ManagedReference
clear, finalizeReference, get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug
See Also:
Constant Field Values

count

private static final java.util.concurrent.atomic.AtomicInteger count

name

final java.lang.String name
Constructor Detail

ClassInfo.DebugRef

public ClassInfo.DebugRef(java.lang.Class klazz)
Method Detail

finalizeRef

public void finalizeRef()


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