com.mchange.v1.jvm
Class InternalNameUtils

java.lang.Object
  extended by com.mchange.v1.jvm.InternalNameUtils

public final class InternalNameUtils
extends Object


Method Summary
static String decodeType(String internalrep)
           
static String decodeTypeList(String internalrep)
           
static String dottifySlashesAndDollarSigns(String str)
           
static boolean isPrimitive(char rep)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dottifySlashesAndDollarSigns

public static String dottifySlashesAndDollarSigns(String str)

decodeType

public static String decodeType(String internalrep)
                         throws TypeFormatException
Throws:
TypeFormatException

decodeTypeList

public static String decodeTypeList(String internalrep)
                             throws TypeFormatException
Throws:
TypeFormatException

isPrimitive

public static boolean isPrimitive(char rep)

main

public static void main(String[] argv)