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:

ObjectConstructor.java
33 33
import org.momut.ooas.ast.IAstVisitor;
34 34
import org.momut.ooas.ast.types.OoActionSystemInstance;
35 35
import org.momut.ooas.ast.types.OpaqueType;
36
import org.momut.ooas.ast.types.UlyssesType;
36
import org.momut.ooas.ast.types.Type;
37 37

  
38 38
public final class ObjectConstructor extends TypeConstructionExpression
39 39
{
......
71 71
		m_fixedObjectName = cleanup(aName);
72 72
	}
73 73

  
74
	public ObjectConstructor(UlyssesType aType, String aName, int line, int pos)
74
	public ObjectConstructor(Type aType, String aName, int line, int pos)
75 75
	{
76 76
		super (ExpressionKind.ObjectConstr, line, pos);
77 77
		SetType(aType);

Also available in: Unified diff