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

codegen.interfaceScalar.stg Maven / Gradle / Ivy

Go to download

A compiler for data that uses a JSON-like format to define types and values

The newest version!
classTemplate(pkg, className, baseClassName, shapeType) ::= <<
// *** Generated by dnalc ***

package ;

//***imports***

public interface  implements ScalarValue {
	
	 value();

>>

structTemplate(pkg, className, baseClassName) ::= <<
// *** Generated by dnalc ***

package ;

//***imports***

public interface  implements ScalarValue {
	

>>

memberTemplate(fieldName, shapeType) ::= <<

  get();
>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy