All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.model.parser.IdTable

java.lang.Object
   |
   +----berkeley.cs.dmc.model.parser.IdTable

public class IdTable
extends Object

Constructor Index

 o IdTable()
 o IdTable(IdTable)

Method Index

 o contains(Identifier)
 o initTable()
 o pop()
 o push()
 o put(Identifier)

Constructors

 o IdTable
 protected IdTable(IdTable parent)
 o IdTable
 public IdTable()

Methods

 o initTable
 public void initTable()
 o push
 public IdTable push()
 o pop
 public IdTable pop()
 o put
 public void put(Identifier id)
 o contains
 public boolean contains(Identifier id)

All Packages  Class Hierarchy  This Package  Previous  Next  Index