Project

General

Profile

Revision 12

Added by over 7 years ago

latest version of the ooas compiler, with grammar version 1.10

View differences:

IAstDuplicator.java
242 242
			T innerTypeRef,
243 243
			int maxNumberOfElements);
244 244

  
245
	/** Initialize a meta type */
246
	boolean initMetaType(
247
			T typeId,
248
			T identifierRef,
249
			boolean anonymousType,
250
			T innerTypeRef);
251

  
245 252
	/** Initialize a tuple type */
246 253
	boolean initTupleType(
247 254
			T typeId,
......
367 374
			int pos,
368 375
			T typeRef,
369 376
			T callTargetsIdentifierListRef,
370
			T symbTabRef);
377
			T symbTabRef,
378
			T referredTypeRef);
371 379

  
372 380
	/** Initialize an identifier expression */
373 381
	boolean initIdentifierExpression(

Also available in: Unified diff