All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.toString.stg Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version

toString(names) ::= <<
   @Override
   public String toString()
   {
      StringBuilder result = new StringBuilder();

      }>

      return result.substring(1);
   }
>>


attrLine(name) ::= <<
result.append(" ").append(this.get());

>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy