Project

General

Profile

Revision 6

Added by Willibald K. over 8 years ago

adding methods to query types for their number of elements, fixing an issue with the ActionPrinter

View differences:

BoolType.java
47 47
	}
48 48

  
49 49
	@Override
50
	public int valueCount() {
51
		return 2;
52
	}
53

  
54
	@Override
50 55
	public String AnonymousName()
51 56
	{
52 57
		return "bool";

Also available in: Unified diff