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

com.dragome.compiler.ast.Assignable Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
/*
 * Copyright 2005 by Wolfgang Kuehn
 * Created on 16.10.2005
 */
package com.dragome.compiler.ast;

public interface Assignable
{

	public boolean isSame(Object obj);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy