comparison src/ov-colon.h @ 2466:1573640a9994

[project @ 1996-11-04 03:56:11 by jwe]
author jwe
date Mon, 04 Nov 1996 03:56:17 +0000
parents 2142216bf85a
children 3d905d3820a4
comparison
equal deleted inserted replaced
2465:7ee42ff6536a 2466:1573640a9994
71 71
72 bool valid_as_scalar_index (void) const { return true; } 72 bool valid_as_scalar_index (void) const { return true; }
73 73
74 bool valid_as_zero_index (void) const { return false; } 74 bool valid_as_zero_index (void) const { return false; }
75 75
76 void print (ostream& os, bool pr_as_read_syntax = false);
77
76 int type_id (void) const { return t_id; } 78 int type_id (void) const { return t_id; }
77 79
78 string type_name (void) const { return t_name; } 80 string type_name (void) const { return t_name; }
79 81
80 static int static_type_id (void) { return t_id; } 82 static int static_type_id (void) { return t_id; }