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:

NamedActionIdentifier.java
31 31
import org.antlr.runtime.Token;
32 32
import org.momut.ooas.ast.IAstVisitor;
33 33
import org.momut.ooas.ast.IScope;
34
import org.momut.ooas.ast.types.UlyssesType;
34
import org.momut.ooas.ast.types.Type;
35 35

  
36 36
public final class NamedActionIdentifier extends FunctionIdentifier
37 37
{
38 38
	public NamedActionIdentifier(Token aToken,
39
			UlyssesType aType,
39
			Type aType,
40 40
			IScope aDefiningScope)
41 41
	{
42 42
		super (aToken, aType, IdentifierKind.NamedActionIdentifier, aDefiningScope);
43 43
	}
44 44

  
45 45
	public NamedActionIdentifier(String aName,
46
			UlyssesType aType,
46
			Type aType,
47 47
			IScope aDefiningScope)
48 48
	{
49 49
		super (aName, aType, IdentifierKind.NamedActionIdentifier, aDefiningScope);

Also available in: Unified diff