
1 // 2 // Copyright (c) 2006, Brian Frank and Andy Frank 3 // Licensed under the Academic Free License version 3.0 4 // 5 // History: 6 // 9 Jan 06 Brian Frank Creation 7 // 8 9 ** 10 ** Void is used to represent the absense of a return value in a Method. 11 ** 12 const final class Void 13 { 14 15 ////////////////////////////////////////////////////////////////////////// 16 // Constructor 17 ////////////////////////////////////////////////////////////////////////// 18 19 ** 20 ** Private constructor. 21 ** 22 private new make() 23 24 }