mentor/derived/ParseViewClass.i3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:56:28 PST 1995 by kalsow  
      modified on Wed Feb 17 17:04:21 PST 1993 by johnh   
      modified on Tue Jun  9 00:35:21 1992 by mhb         

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file Parse.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE ParseViewClass;

<*NOWARN*> IMPORT Parse, View, Thread;

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( s: Parse.State) RAISES {Thread.Alerted};
        oePush ( id: INTEGER; tag: TEXT) RAISES {Thread.Alerted};
        oePop ( id: INTEGER) RAISES {Thread.Alerted};
        oeScan ( token: TEXT) RAISES {Thread.Alerted};
        oeNoteError ( ) RAISES {Thread.Alerted};
        oeGoto ( state: INTEGER) RAISES {Thread.Alerted};
        oeNewNode ( id: INTEGER; op: TEXT) RAISES {Thread.Alerted};
        oeNewTerm ( id: INTEGER; op: TEXT) RAISES {Thread.Alerted};
        oeNewEdge ( child, parent: INTEGER) RAISES {Thread.Alerted};
        oeDeleteLeaf ( id: INTEGER) RAISES {Thread.Alerted};
        oeUpdateDone ( ) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END ParseViewClass.

interface Parse is in:


interface View is in: