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:

ListType.java
70 70
				m_innerType != null ? m_innerType.toString() : "uninit");
71 71
	}
72 72

  
73
	@Override
74
	public int valueCount() {
75
		return (int) Math.pow(m_innerType.valueCount(), m_maxNumberOfElements); // check if this is correct..
76
	}
73 77
}

Also available in: Unified diff