SCBmCode.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Created: Douady, Sindhu May 13, 1987 3:03:17 pm PDT
Cesar Douady May 13, 1987 3:06:23 pm PDT
Interface to SCBmCodeImpl.
DIRECTORY
Core, CoreClasses, CoreCreate, CoreProperties, Ports, Rope, Rosemary, RosemaryUser;
SCBmCode: CEDAR DEFINITIONS
~ BEGIN
CellType: TYPE = Core.CellType;
ROPE: TYPE = Rope.ROPE;
WR: TYPE = CoreCreate.WR;
Level: TYPE = Ports.Level;
LevelSequence: TYPE = Ports.LevelSequence;
Constants
NumStackBits, NumPCBits: NAT;
Procs
Create: PUBLIC PROC [] RETURNS [ct: CellType];
END.