org.jtool.jxplatform.j2x.resolver
Class JavaArray

java.lang.Object
  extended byorg.jtool.jxplatform.j2x.resolver.JavaArray

public class JavaArray
extends java.lang.Object

An object storing the location information about a class.

Author:
Katsuhisa Maruyama

Field Summary
static java.lang.String refname
          The special name representing the Java array.
 
Constructor Summary
JavaArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refname

public static final java.lang.String refname
The special name representing the Java array.

See Also:
Constant Field Values
Constructor Detail

JavaArray

public JavaArray()