Class InternalNameUtils


  • public final class InternalNameUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)
      • isPrimitive

        public static boolean isPrimitive​(char rep)
      • main

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