Class GenericDemangledArray

    • Constructor Detail

      • GenericDemangledArray

        public GenericDemangledArray​(java.lang.String name)
    • Method Detail

      • setDataType

        public void setDataType​(java.lang.String dataType)
      • getDataType

        public java.lang.String getDataType()
      • toSignature

        public java.lang.String toSignature()
        Note: this code is a modified form of what was in the parent class, specifically to handle arrays. Also, feel free to jigger this around, as long as the tests pass, we are probably OK. There is probably a lot of code in this method that is not needed.
        Overrides:
        toSignature in class GenericDemangledDataType