Project

General

Profile

Revision 8

Added by Willibald K. over 8 years ago

adding initial version of the AstBuilder feature, contributed by Stefan T.

View differences:

ValueIdentifier.java
21 21
  *               Stephan Zimmerer (AIT)
22 22
  *               Markus Demetz (AIT)
23 23
  *               Christoph Czurda (AIT)
24
  *               Stefan Tiran (AIT)
24 25
  *
25 26
  */
26 27

  
......
43 44
		super(aToken, aType, aKind, aDefiningScope);
44 45
	}
45 46

  
47
	public ValueIdentifier(String name,
48
			UlyssesType aType,
49
			IdentifierKind aKind,
50
			IScope aDefiningScope)
51
	{
52
		super(name, aType, aKind, aDefiningScope);
53
	}
54

  
46 55
	public ValueIdentifier(ValueIdentifier toCopy) { super(toCopy); }
47 56
}

Also available in: Unified diff