com.mchange.v1.jvm
Class InternalNameUtils

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

public final class InternalNameUtils
extends java.lang.Object


Method Summary
static java.lang.String decodeType(java.lang.String internalrep)
           
static java.lang.String decodeTypeList(java.lang.String internalrep)
           
static java.lang.String dottifySlashesAndDollarSigns(java.lang.String str)
           
static boolean isPrimitive(char rep)
           
static void main(java.lang.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 java.lang.String dottifySlashesAndDollarSigns(java.lang.String str)

decodeType

public static java.lang.String decodeType(java.lang.String internalrep)
                                   throws TypeFormatException
Throws:
TypeFormatException

decodeTypeList

public static java.lang.String decodeTypeList(java.lang.String internalrep)
                                       throws TypeFormatException
Throws:
TypeFormatException

isPrimitive

public static boolean isPrimitive(char rep)

main

public static void main(java.lang.String[] argv)