Class Info


  • public class Info
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Info()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object decode​(java.lang.String text)  
      static java.lang.Object encode​(java.lang.String text)  
      static java.lang.Object syntaxCheck​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Info

        public Info()
    • Method Detail

      • decode

        public static java.lang.Object decode​(java.lang.String text)
      • encode

        public static java.lang.Object encode​(java.lang.String text)
      • syntaxCheck

        public static java.lang.Object syntaxCheck​(java.lang.String text)