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:

LocalVariableIdentifier.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

  
......
42 43
		super (aToken, aType, IdentifierKind.LocalVariableIdentifier, aDefiningScope);
43 44
	}
44 45

  
46
	public LocalVariableIdentifier(String name,
47
			UlyssesType aType,
48
			IScope aDefiningScope)
49
	{
50
		super (name, aType, IdentifierKind.LocalVariableIdentifier, aDefiningScope);
51
	}
52

  
45 53
	public LocalVariableIdentifier(LocalVariableIdentifier toCopy)
46 54
	{
47 55
		super (toCopy);

Also available in: Unified diff