
templates.toString.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fulib Show documentation
Show all versions of fulib Show documentation
Fulib is a Java-code generating library.
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