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

com.dragome.compiler.units.ConstructorUnit Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.compiler.units;

import com.dragome.compiler.type.Signature;

public class ConstructorUnit extends ProcedureUnit
{

	public ConstructorUnit(Signature theSignature, ClassUnit theDeclaringClazz)
	{
		super(theSignature, theDeclaringClazz);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy