kmy.jint.util
Class AnyUtilities.CacheEntry

java.lang.Object
  |
  +--kmy.jint.util.AnyUtilities.CacheEntry
Enclosing class:
AnyUtilities

static class AnyUtilities.CacheEntry
extends java.lang.Object


Field Summary
(package private)  int cacheId
           
(package private)  java.lang.reflect.Constructor constr
           
(package private)  java.lang.reflect.Method method
           
(package private)  java.lang.String name
           
(package private)  java.lang.Class target
           
(package private)  java.lang.Class[] types
           
 
Constructor Summary
(package private) AnyUtilities.CacheEntry()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

cacheId

int cacheId

name

java.lang.String name

target

java.lang.Class target

types

java.lang.Class[] types

method

java.lang.reflect.Method method

constr

java.lang.reflect.Constructor constr
Constructor Detail

AnyUtilities.CacheEntry

AnyUtilities.CacheEntry()