Class MessageArgCode

    • Field Summary

      • Fields inherited from class com.squarespace.cldrengine.message.MessageCode

        type
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageArgCode​(java.lang.Object argument)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void _toJson​(com.google.gson.JsonArray arr)  
      java.lang.Object arg()  
      • Methods inherited from class java.lang.Object

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

      • MessageArgCode

        public MessageArgCode​(java.lang.Object argument)
    • Method Detail

      • arg

        public java.lang.Object arg()
      • _toJson

        protected void _toJson​(com.google.gson.JsonArray arr)
        Overrides:
        _toJson in class MessageCode