Project

General

Profile

Revision 9

Added by Willibald K. over 8 years ago

remove support for Qualitative Action Systems, rename UlyssesType to Type

View differences:

SelfTypeIdentifier.java
29 29

  
30 30
import org.momut.ooas.ast.IAstVisitor;
31 31
import org.momut.ooas.ast.IScope;
32
import org.momut.ooas.ast.types.UlyssesType;
32
import org.momut.ooas.ast.types.Type;
33 33

  
34 34
public final class SelfTypeIdentifier extends TypeIdentifier
35 35
{
36 36
	public SelfTypeIdentifier(String aName,
37
			UlyssesType aType,
37
			Type aType,
38 38
			IScope aDefiningScope)
39 39
	{
40 40
		super (aName, aType, aDefiningScope);

Also available in: Unified diff